mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the missing flags to ls(1)'s usage: -Bb.
This commit is contained in:
parent
7ce6464adc
commit
133099f36c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue