Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/uniq Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/fe9d9d70a573
branches:  trunk
changeset: 757947:fe9d9d70a573
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 06 07:59:18 2010 +0000

description:
Sync usage with man page.

diffstat:

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

diffs (27 lines):

diff -r 919d8f5fd0b9 -r fe9d9d70a573 usr.bin/uniq/uniq.c
--- a/usr.bin/uniq/uniq.c       Wed Oct 06 07:39:37 2010 +0000
+++ b/usr.bin/uniq/uniq.c       Wed Oct 06 07:59:18 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uniq.c,v 1.16 2010/10/06 06:43:26 dholland Exp $       */
+/*     $NetBSD: uniq.c,v 1.17 2010/10/06 07:59:18 wiz Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)uniq.c     8.3 (Berkeley) 5/4/95";
 #endif
-__RCSID("$NetBSD: uniq.c,v 1.16 2010/10/06 06:43:26 dholland Exp $");
+__RCSID("$NetBSD: uniq.c,v 1.17 2010/10/06 07:59:18 wiz Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -251,7 +251,7 @@
 static void
 usage(void)
 {
-       (void)fprintf(stderr, "Usage: %s [-c | -du] [-f fields] [-s chars] "
+       (void)fprintf(stderr, "Usage: %s [-cdu] [-f fields] [-s chars] "
            "[input [output]]\n", getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index