mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Add the missing flags to ls(1)'s usage: -Bb.
This commit is contained in:
parent
7ce6464adc
commit
133099f36c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63748
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user