summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-11-14 18:56:31 +0000
committeraaron <aaron@openbsd.org>2000-11-14 18:56:31 +0000
commitba05865cf15678160679145ecabfc0da9c1fc996 (patch)
tree2ee7f660edb81b585b23966add2dad7385a51702
parentDocument the -g option; closes PR/1509 from mpech@prosoft.org.lv. (diff)
downloadwireguard-openbsd-ba05865cf15678160679145ecabfc0da9c1fc996.tar.xz
wireguard-openbsd-ba05865cf15678160679145ecabfc0da9c1fc996.zip
Sync usage() with reality; mpech@prosoft.org.lv
-rw-r--r--sbin/ipfstat/fils.c4
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);
}