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:
Tim J. Robbins 2003-09-09 12:02:52 +00:00
parent a74172ab68
commit bc458f6637
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119914

View file

@ -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);