summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/panic.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-05-16 00:47:14 +0000
committertjr <tjr@FreeBSD.org>2002-05-16 00:47:14 +0000
commit24cc1f8e45f072238cecb4ba927e38f90d1627f5 (patch)
tree7219d40d120bfb31a4ecb353fbb3c01a7a6566c4 /usr.bin/at/panic.c
parentb005f02fe7b6d76737de49db8ffce8e82656935c (diff)
downloadFreeBSD-src-24cc1f8e45f072238cecb4ba927e38f90d1627f5.zip
FreeBSD-src-24cc1f8e45f072238cecb4ba927e38f90d1627f5.tar.gz
Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids
to be specified on the command line for which information should be reported. Submitted by: Joe Halpin <joe.halpin@attbi.com> Reviewed by: mike
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 34c527a..ef5265b 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -83,6 +83,8 @@ usage(void)
" at -c job [job ...]\n"
" at [-f file] -t [[CC]YY]MMDDhhmm[.SS]\n"
" at -r job [job ...]\n"
+ " at -l -q queuename\n"
+ " at -l [job ...]\n"
" atq [-q x] [-v]\n"
" atrm job [job ...]\n"
" batch [-f file] [-m]\n");
OpenPOWER on IntegriCloud