From 24cc1f8e45f072238cecb4ba927e38f90d1627f5 Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 16 May 2002 00:47:14 +0000 Subject: 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 Reviewed by: mike --- 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 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"); -- cgit v1.1