summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/panic.c
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-01-13 20:21:08 +0000
committermike <mike@FreeBSD.org>2002-01-13 20:21:08 +0000
commit2624e483f082b443613da8ffb57521327188691e (patch)
tree779aff2092ab904508f6c8ce32c0d80c726f44f7 /usr.bin/at/panic.c
parent62ca6901d83420a325a86af3149e5835bc7d814c (diff)
downloadFreeBSD-src-2624e483f082b443613da8ffb57521327188691e.zip
FreeBSD-src-2624e483f082b443613da8ffb57521327188691e.tar.gz
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 <joe.halpin@attbi.com> Obtained from: touch(1) (partially) MFC after: 1 month
Diffstat (limited to 'usr.bin/at/panic.c')
-rw-r--r--usr.bin/at/panic.c2
1 files changed, 2 insertions, 0 deletions
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");
OpenPOWER on IntegriCloud