aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-07-22 05:28:46 +0000
committerBrian Feldman <green@FreeBSD.org>2000-07-22 05:28:46 +0000
commit133099f36cdd85b2dc0584126d897e8c2c8d01ab (patch)
treefa84cde11614d68dc8bcd8ed4ecd16a62442c32f
parent7ce6464adc27775eff3d60b8282badac0e0bdfe2 (diff)
Notes
-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 1f839c59d02b..56339c8eeab6 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);