diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-18 21:20:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-18 21:20:09 +0000 |
commit | 5c48e3a6fa073d17969273e87016c972cd6bf009 (patch) | |
tree | c6c587359673054fb78e22e642ae6b1fa6b8c083 /usr.sbin/pppd/pppstats/pppstats.c | |
parent | f7ec66672fdc9b0e2a74c3e46e2580a247c8d771 (diff) |
tidy up synopsis and usage; from Igor Sobrado
Diffstat (limited to 'usr.sbin/pppd/pppstats/pppstats.c')
-rw-r--r-- | usr.sbin/pppd/pppstats/pppstats.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/pppstats/pppstats.c b/usr.sbin/pppd/pppstats/pppstats.c index 5c1f06a95ec..3c5923e23a1 100644 --- a/usr.sbin/pppd/pppstats/pppstats.c +++ b/usr.sbin/pppd/pppstats/pppstats.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pppstats.c,v 1.8 2002/06/18 17:29:05 deraadt Exp $ */ +/* $OpenBSD: pppstats.c,v 1.9 2007/02/18 21:20:08 jmc Exp $ */ /* * print PPP statistics: @@ -51,7 +51,7 @@ #if 0 static char rcsid[] = "Id: pppstats.c,v 1.22 1998/03/31 23:48:03 paulus Exp $"; #else -static char rcsid[] = "$OpenBSD: pppstats.c,v 1.8 2002/06/18 17:29:05 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: pppstats.c,v 1.9 2007/02/18 21:20:08 jmc Exp $"; #endif #endif @@ -96,7 +96,7 @@ usage() extern char *__progname; fprintf(stderr, - "Usage: %s [-adrvz] [-c count] [-w wait] [interface]\n", + "usage: %s [-adrvz] [-c count] [-w wait] [interface]\n", __progname); exit(1); } |