mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
Add -G to usage: if COLORLS
This commit is contained in:
parent
1bf1478a9f
commit
a04eaf5b2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61324
@ -158,7 +158,12 @@ prn_octal(s)
|
||||
void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr, "usage: ls [-ACFHLPRTWacdfgiklnoqrstu1]"
|
||||
(void)fprintf(stderr,
|
||||
#ifdef COLORLS
|
||||
"usage: ls [-ACFGHLPRTWacdfgiklnoqrstu1]"
|
||||
#else
|
||||
"usage: ls [-ACFHLPRTWacdfgiklnoqrstu1]"
|
||||
#endif
|
||||
" [file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user