aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/util.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-26 17:48:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-26 17:48:40 +0000
commit36f763ab3c027dbf7b2c1116d7b95463f234437a (patch)
treed018ba167ee8a51b227a539982c023872686b3ae /bin/ls/util.c
parent5fba67d12017fb7fae935c334472453b4517881c (diff)
downloadsrc-36f763ab3c027dbf7b2c1116d7b95463f234437a.tar.gz
src-36f763ab3c027dbf7b2c1116d7b95463f234437a.zip
make usage() and SYNOPSIS agree with each other and add missing options
documented in the DESCRIPTION section.
Notes
Notes: svn path=/head/; revision=24301
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 b4794bce85c4..ac4e3de239f7 100644
--- a/bin/ls/util.c
+++ b/bin/ls/util.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: util.c,v 1.8 1997/02/22 14:04:03 peter Exp $
*/
#ifndef lint
@@ -71,7 +71,7 @@ usage()
#ifdef BSD4_4_LITE
(void)fprintf(stderr, "usage: ls [-1ACFLRTacdfiklqrstu] [file ...]\n");
#else
- (void)fprintf(stderr, "usage: ls [-1ACFLRTWacdfiklqrstu] [file ...]\n");
+ (void)fprintf(stderr, "usage: ls [-ACFLRTWacdfgikloqrstu1] [file ...]\n");
#endif
exit(1);
}