summaryrefslogtreecommitdiffstats
path: root/sbin/dump/main.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-05-31 08:28:13 +0000
committerjmc <jmc@openbsd.org>2014-05-31 08:28:13 +0000
commit6bcc387997aa6642cd9d58c59de763b968b2905c (patch)
treec3357273a3be7aa0d7c02f8493ef73ebe37f7063 /sbin/dump/main.c
parentRemove some unused code that we added at the 2013 Toronto hackathon but (diff)
downloadwireguard-openbsd-6bcc387997aa6642cd9d58c59de763b968b2905c.tar.xz
wireguard-openbsd-6bcc387997aa6642cd9d58c59de763b968b2905c.zip
add -S to usage();
Diffstat (limited to 'sbin/dump/main.c')
-rw-r--r--sbin/dump/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index a5cd99e4821..b0a904800bc 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.49 2014/05/30 20:48:21 stephan Exp $ */
+/* $OpenBSD: main.c,v 1.50 2014/05/31 08:28:13 jmc Exp $ */
/* $NetBSD: main.c,v 1.14 1997/06/05 11:13:24 lukem Exp $ */
/*-
@@ -561,7 +561,7 @@ usage(void)
{
extern char *__progname;
- (void)fprintf(stderr, "usage: %s [-0123456789acnuWw] [-B records] "
+ (void)fprintf(stderr, "usage: %s [-0123456789acnSuWw] [-B records] "
"[-b blocksize] [-d density]\n"
"\t[-f file] [-h level] [-s feet] "
"[-T date] files-to-dump\n",