f99ae4cab3
Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com> - fixed bug 125634 - made usage() agree with manpage
12 lines
459 B
Diff
12 lines
459 B
Diff
--- at-3.1.8/panic.c.usage 2002-01-17 23:15:27.000000000 -0500
|
|
+++ at-3.1.8/panic.c 2004-08-03 17:23:22.628494000 -0400
|
|
@@ -92,6 +92,8 @@
|
|
/* Print usage and exit.
|
|
*/
|
|
fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-m] time\n"
|
|
+ " at [-V] [-q x] [-f file] [-m] -t [[CC]YY]MMDDhhmm\n"
|
|
+ " at -c job [job...]\n"
|
|
" atq [-V] [-q x]\n"
|
|
" atrm [-V] [-q x] job ...\n"
|
|
" batch [-V] [-f file] [-m]\n");
|