diff options
author | green <green@FreeBSD.org> | 2001-11-26 22:21:15 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-11-26 22:21:15 +0000 |
commit | d741ed6f56790f6d4459cd3edc5ca52989829373 (patch) | |
tree | c1032133ec49d0a5bd94f26101cdf04f6159d448 /bin/ls/util.c | |
parent | d60fa5f434d39572b6ea9de4953a228e3b87d41d (diff) | |
download | FreeBSD-src-d741ed6f56790f6d4459cd3edc5ca52989829373.zip FreeBSD-src-d741ed6f56790f6d4459cd3edc5ca52989829373.tar.gz |
Add LOMAC options (the "Z" flag in both cases) to display extra information
in ls(1) and ps(1).
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'bin/ls/util.c')
-rw-r--r-- | bin/ls/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c index 56339c8..84d106e 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -162,9 +162,9 @@ usage() { (void)fprintf(stderr, #ifdef COLORLS - "usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1]" + "usage: ls [-ABCFGHLPRTWZabcdfgiklnoqrstu1]" #else - "usage: ls [-ABCFHLPRTWabcdfgiklnoqrstu1]" + "usage: ls [-ABCFHLPRTWZabcdfgiklnoqrstu1]" #endif " [file ...]\n"); exit(1); |