diff options
Diffstat (limited to 'usr.bin/at/panic.c')
-rw-r--r-- | usr.bin/at/panic.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 99cf512..34c527a 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -79,12 +79,12 @@ void usage(void) { /* Print usage and exit. */ - fprintf(stderr, "usage: at [-V] [-q x] [-f file] [-m] time\n" - " at [-V] -c job [job ...]\n" - " at [-V] [-f file] -t [[CC]YY]MMDDhhmm[.SS]\n" - " at [-V] -r job [job ...]\n" - " atq [-V] [-q x] [-v]\n" - " atrm [-V] job [job ...]\n" - " batch [-V] [-f file] [-m]\n"); + fprintf(stderr, "usage: at [-q x] [-f file] [-m] time\n" + " at -c job [job ...]\n" + " at [-f file] -t [[CC]YY]MMDDhhmm[.SS]\n" + " at -r job [job ...]\n" + " atq [-q x] [-v]\n" + " atrm job [job ...]\n" + " batch [-f file] [-m]\n"); exit(EXIT_FAILURE); } |