Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ls Add -M to usage.



details:   https://anonhg.NetBSD.org/src/rev/d231c11c5c1c
branches:  trunk
changeset: 763256:d231c11c5c1c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Mar 15 08:36:16 2011 +0000

description:
Add -M to usage.

diffstat:

 bin/ls/util.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c8a9f9da7200 -r d231c11c5c1c bin/ls/util.c
--- a/bin/ls/util.c     Tue Mar 15 08:36:01 2011 +0000
+++ b/bin/ls/util.c     Tue Mar 15 08:36:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.32 2007/06/06 13:21:28 soda Exp $   */
+/*     $NetBSD: util.c,v 1.33 2011/03/15 08:36:16 wiz Exp $    */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)util.c     8.5 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: util.c,v 1.32 2007/06/06 13:21:28 soda Exp $");
+__RCSID("$NetBSD: util.c,v 1.33 2011/03/15 08:36:16 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -172,7 +172,7 @@
 {
 
        (void)fprintf(stderr,
-           "usage: %s [-AaBbCcdFfghikLlmnopqRrSsTtuWwx1] [file ...]\n",
+           "usage: %s [-AaBbCcdFfghikLlMmnopqRrSsTtuWwx1] [file ...]\n",
            getprogname());
        exit(EXIT_FAILURE);
        /* NOTREACHED */



Home | Main Index | Thread Index | Old Index