summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-07-22 05:28:46 +0000
committergreen <green@FreeBSD.org>2000-07-22 05:28:46 +0000
commitdb0fcdfb3737db3fc16dca5f389b3f4a55d36e6c (patch)
tree4f160a0e3fb4bdc343c3b79f5d47bc2a49a77d70 /bin
parent59b3f471f6c4ef91e64ad28e6e88ae6c6bf79fec (diff)
downloadFreeBSD-src-db0fcdfb3737db3fc16dca5f389b3f4a55d36e6c.zip
FreeBSD-src-db0fcdfb3737db3fc16dca5f389b3f4a55d36e6c.tar.gz
Add the missing flags to ls(1)'s usage: -Bb.
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/util.c4
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);
OpenPOWER on IntegriCloud