From d7369e81d19782ec28c47715be611c26a66ddfe9 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 4 Apr 2008 05:55:42 +0000 Subject: - Add -D to usage(). - Bump document date for the addition of the -D option. - Reformat a sentence to look like a real sentence. --- bin/ls/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ls/util.c') 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); -- cgit v1.1