diff options
author | tjr <tjr@FreeBSD.org> | 2003-09-09 12:02:52 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-09-09 12:02:52 +0000 |
commit | 496ca0ef0898350f056d935cb8ec496de7ada51c (patch) | |
tree | eacd321e920b089c81741635f74704dbc83a52ea /bin | |
parent | af72a7d7ba659bfdfdbcb56ed3a8953b476923d4 (diff) | |
download | FreeBSD-src-496ca0ef0898350f056d935cb8ec496de7ada51c.zip FreeBSD-src-496ca0ef0898350f056d935cb8ec496de7ada51c.tar.gz |
Add the -m, -w and -x options to ls's usage message.
PR: 51493
Submitted by: Walter Belgers
MFC after: 1 month
Diffstat (limited to 'bin')
-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 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); |