Sync usage with man page.
From Kouichirou Hiratsuka in PR 25798.
This commit is contained in:
parent
14e27a0be3
commit
856533536c
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: envstat.c,v 1.19 2004/03/25 01:26:57 mrg Exp $ */
|
/* $NetBSD: envstat.c,v 1.20 2004/06/03 14:51:32 wiz Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
__RCSID("$NetBSD: envstat.c,v 1.19 2004/03/25 01:26:57 mrg Exp $");
|
__RCSID("$NetBSD: envstat.c,v 1.20 2004/06/03 14:51:32 wiz Exp $");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -349,7 +349,7 @@ void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
(void)fprintf(stderr, "usage: %s [-cr] [-s s1,s2,...]", getprogname());
|
(void)fprintf(stderr, "usage: %s [-fr] [-s s1,s2,...]", getprogname());
|
||||||
(void)fprintf(stderr, " [-i interval] [-n headrep] [-w width]");
|
(void)fprintf(stderr, " [-i interval] [-n headrep] [-w width]");
|
||||||
(void)fprintf(stderr, " [device]\n");
|
(void)fprintf(stderr, " [device]\n");
|
||||||
(void)fprintf(stderr, " %s -l [device]\n", getprogname());
|
(void)fprintf(stderr, " %s -l [device]\n", getprogname());
|
||||||
|
|
Loading…
Reference in New Issue