Sync usage with man page.
This commit is contained in:
parent
daf969e420
commit
146c9ced7d
@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\
|
||||
#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 @@ obsolete(char *argv[])
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user