summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-17 18:40:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-17 18:40:51 +0000
commitb56a2725bb28ca0b038e2650692609c2cf5e369f (patch)
treee3740d971c04d97c1ee721e0b285e7832914fde4
parentf1cc049c5ddbca36714499adbf0e75d0f0636c44 (diff)
sync program usage to manual page; mpech@prosoft.org.lv
-rw-r--r--usr.bin/at/panic.c15
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);
}