Module Name: src
Committed By: wiz
Date: Tue Mar 15 08:36:16 UTC 2011
Modified Files:
src/bin/ls: util.c
Log Message:
Add -M to usage.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/ls/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/ls/util.c
diff -u src/bin/ls/util.c:1.32 src/bin/ls/util.c:1.33
--- src/bin/ls/util.c:1.32 Wed Jun 6 13:21:28 2007
+++ src/bin/ls/util.c Tue Mar 15 08:36:16 2011
@@ -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 */