diff options
author | 2000-11-17 18:40:50 +0000 | |
---|---|---|
committer | 2000-11-17 18:40:50 +0000 | |
commit | b5c5260e5bde1c7bf5eb13dd55ea2fb76e63934d (patch) | |
tree | 6a12f80e50f9e3d8f460ea9ff25b42cd65f8e1c0 | |
parent | remove non-existing manual references. (diff) | |
download | wireguard-openbsd-b5c5260e5bde1c7bf5eb13dd55ea2fb76e63934d.tar.xz wireguard-openbsd-b5c5260e5bde1c7bf5eb13dd55ea2fb76e63934d.zip |
sync program usage to manual page; mpech@prosoft.org.lv
-rw-r--r-- | usr.bin/at/panic.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 6de03819ee0..03e839c11c6 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: panic.c,v 1.4 1997/03/01 23:40:09 millert Exp $ */ +/* $OpenBSD: panic.c,v 1.5 2000/11/17 18:40:50 deraadt Exp $ */ /* $NetBSD: panic.c,v 1.2 1995/03/25 18:13:33 glass Exp $ */ /* @@ -42,7 +42,7 @@ /* File scope variables */ #ifndef lint -static char rcsid[] = "$OpenBSD: panic.c,v 1.4 1997/03/01 23:40:09 millert Exp $"; +static char rcsid[] = "$OpenBSD: panic.c,v 1.5 2000/11/17 18:40:50 deraadt Exp $"; #endif /* External variables */ @@ -95,10 +95,11 @@ void usage(void) { /* Print usage and exit. */ - (void)fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-m] time\n" - " at [-V] -c job [job ...]\n" - " atq [-V] [-q x] [-v]\n" - " atrm [-V] job [job ...]\n" - " batch [-V] [-f file] [-m]\n"); + (void)fprintf(stderr, + "Usage: at [-V] [-q queue] [-f file] [-mldbv] time\n" + " at [-V] -c job [job ...]\n" + " atq [-V] [-q queue] [-v]\n" + " atrm [-V] job [job ...]\n" + " batch [-V] [-q queue] [-f file] [-mv]\n"); exit(EXIT_FAILURE); } |