From 2624e483f082b443613da8ffb57521327188691e Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 13 Jan 2002 20:21:08 +0000 Subject: Implement the POSIX 1003.1-2001 -r and -t options in at(1). Fix some minor issues in the rest of the source and manual. Submitted by: Joe Halpin Obtained from: touch(1) (partially) MFC after: 1 month --- usr.bin/at/panic.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/at/panic.c') diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 8921e11..99cf512 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -81,6 +81,8 @@ 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"); -- cgit v1.1