diff options
author | green <green@FreeBSD.org> | 2000-07-22 05:28:46 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-07-22 05:28:46 +0000 |
commit | db0fcdfb3737db3fc16dca5f389b3f4a55d36e6c (patch) | |
tree | 4f160a0e3fb4bdc343c3b79f5d47bc2a49a77d70 /bin/ls/util.c | |
parent | 59b3f471f6c4ef91e64ad28e6e88ae6c6bf79fec (diff) | |
download | FreeBSD-src-db0fcdfb3737db3fc16dca5f389b3f4a55d36e6c.zip FreeBSD-src-db0fcdfb3737db3fc16dca5f389b3f4a55d36e6c.tar.gz |
Add the missing flags to ls(1)'s usage: -Bb.
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 1f839c5..56339c8 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -162,9 +162,9 @@ usage() { (void)fprintf(stderr, #ifdef COLORLS - "usage: ls [-ACFGHLPRTWacdfgiklnoqrstu1]" + "usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1]" #else - "usage: ls [-ACFHLPRTWacdfgiklnoqrstu1]" + "usage: ls [-ABCFHLPRTWabcdfgiklnoqrstu1]" #endif " [file ...]\n"); exit(1); |