summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/panic.c
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-01-22 03:04:15 +0000
committermike <mike@FreeBSD.org>2002-01-22 03:04:15 +0000
commit0a8d67f7621631a0f3e7f9c25878d4af77579715 (patch)
tree54b4584c7bcd89e231f6627203d63a3d0434c876 /usr.bin/at/panic.c
parentb36a1aca9638f4ea8d1d6d2d8bbd7efe045c1430 (diff)
downloadFreeBSD-src-0a8d67f7621631a0f3e7f9c25878d4af77579715.zip
FreeBSD-src-0a8d67f7621631a0f3e7f9c25878d4af77579715.tar.gz
o Remove the -V [version number] option, since our version of at(1) no
longer resembles the original. o Remove references to `you' in the manual. Submitted by: Joe Halpin <joe.halpin@attbi.com>
Diffstat (limited to 'usr.bin/at/panic.c')
-rw-r--r--usr.bin/at/panic.c14
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);
}
OpenPOWER on IntegriCloud