summaryrefslogtreecommitdiffstats
path: root/bin/ls/util.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-04 05:55:42 +0000
committerru <ru@FreeBSD.org>2008-04-04 05:55:42 +0000
commitd7369e81d19782ec28c47715be611c26a66ddfe9 (patch)
tree0ac008c91f5851d99ff4cb74a3fb04d313d07145 /bin/ls/util.c
parent8eda00926b2f908b551b3656a532cdbb9d195090 (diff)
downloadFreeBSD-src-d7369e81d19782ec28c47715be611c26a66ddfe9.zip
FreeBSD-src-d7369e81d19782ec28c47715be611c26a66ddfe9.tar.gz
- Add -D to usage().
- Bump document date for the addition of the -D option. - Reformat a sentence to look like a real sentence.
Diffstat (limited to 'bin/ls/util.c')
-rw-r--r--bin/ls/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c
index 62fa75a..ecb1732 100644
--- a/bin/ls/util.c
+++ b/bin/ls/util.c
@@ -222,9 +222,9 @@ usage(void)
{
(void)fprintf(stderr,
#ifdef COLORLS
- "usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuwx1]"
+ "usage: ls [-ABCFGHILPRSTUWZabcdfghiklmnopqrstuwx1] [-D format]"
#else
- "usage: ls [-ABCFHILPRSTUWZabcdfghiklmnopqrstuwx1]"
+ "usage: ls [-ABCFHILPRSTUWZabcdfghiklmnopqrstuwx1] [-D format]"
#endif
" [file ...]\n");
exit(1);
OpenPOWER on IntegriCloud