at/at-3.1.8-usage.patch
cvsdist f99ae4cab3 auto-import changelog data from at-3.1.8-57.src.rpm
Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com>
- fixed bug 125634 - made usage() agree with manpage
2004-09-09 03:18:36 +00:00

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");