summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c8ea98b..0711b0b 100644
--- a/bin/ls/util.c
+++ b/bin/ls/util.c
@@ -156,9 +156,9 @@ usage(void)
{
(void)fprintf(stderr,
#ifdef COLORLS
- "usage: ls [-ABCFGHLPRTWZabcdfghiklnoqrstu1]"
+ "usage: ls [-ABCFGHLPRTWZabcdfghiklmnoqrstuwx1]"
#else
- "usage: ls [-ABCFHLPRTWZabcdfghiklnoqrstu1]"
+ "usage: ls [-ABCFHLPRTWZabcdfghiklmnoqrstuwx1]"
#endif
" [file ...]\n");
exit(1);
OpenPOWER on IntegriCloud