diff options
author | 2000-11-14 18:56:31 +0000 | |
---|---|---|
committer | 2000-11-14 18:56:31 +0000 | |
commit | ba05865cf15678160679145ecabfc0da9c1fc996 (patch) | |
tree | 2ee7f660edb81b585b23966add2dad7385a51702 | |
parent | Document the -g option; closes PR/1509 from mpech@prosoft.org.lv. (diff) | |
download | wireguard-openbsd-ba05865cf15678160679145ecabfc0da9c1fc996.tar.xz wireguard-openbsd-ba05865cf15678160679145ecabfc0da9c1fc996.zip |
Sync usage() with reality; mpech@prosoft.org.lv
-rw-r--r-- | sbin/ipfstat/fils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index e92236fb230..9f005ecb62f 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fils.c,v 1.21 2000/08/10 05:50:27 kjell Exp $ */ +/* $OpenBSD: fils.c,v 1.22 2000/11/14 18:56:31 aaron Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. @@ -82,7 +82,7 @@ static void Usage(name) char *name; { fprintf(stderr, - "usage: %s [-aAfhIinosv] [-d device] [-M core]\n", + "usage: %s [-aAfghIinosv] [-d device] [-M core]\n", name); exit(1); } |