Add the -m, -w and -x options to ls's usage message.
PR: 51493 Submitted by: Walter Belgers MFC after: 1 month
This commit is contained in:
parent
a74172ab68
commit
bc458f6637
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user