Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/uniq - synchronize `usage' message with man page.
details: https://anonhg.NetBSD.org/src/rev/93929dc3d4ee
branches: trunk
changeset: 781200:93929dc3d4ee
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Aug 26 14:14:16 2012 +0000
description:
- synchronize `usage' message with man page.
Patch from Bug Hunting.
diffstat:
usr.bin/uniq/uniq.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 42e831a0bbff -r 93929dc3d4ee usr.bin/uniq/uniq.c
--- a/usr.bin/uniq/uniq.c Sun Aug 26 14:13:50 2012 +0000
+++ b/usr.bin/uniq/uniq.c Sun Aug 26 14:14:16 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uniq.c,v 1.17 2010/10/06 07:59:18 wiz Exp $ */
+/* $NetBSD: uniq.c,v 1.18 2012/08/26 14:14:16 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.17 2010/10/06 07:59:18 wiz Exp $");
+__RCSID("$NetBSD: uniq.c,v 1.18 2012/08/26 14:14:16 wiz Exp $");
#endif /* not lint */
#include <err.h>
@@ -251,7 +251,7 @@
static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-cdu] [-f fields] [-s chars] "
- "[input [output]]\n", getprogname());
+ (void)fprintf(stderr, "usage: %s [-cdu] [-f fields] [-s chars] "
+ "[input_file [output_file]]\n", getprogname());
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index