From 4d6b787d2daa6eb05c0f3526d65b0b92b1afa715 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 22 Apr 2002 13:44:47 +0000 Subject: Usage style sweep: spell "usage" with a small 'u'. Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. --- usr.sbin/pppstats/pppstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pppstats') diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index 1c7c744..d3b7b3d 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -88,7 +88,7 @@ int main __P((int, char *argv[])); static void usage() { - fprintf(stderr, "Usage: %s [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]\n", + fprintf(stderr, "usage: %s [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]\n", progname); exit(1); } -- cgit v1.1