summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-05-31 08:28:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-05-31 08:28:14 +0000
commit70af6d7187038ad78792aa8ba1a6bca66697a311 (patch)
tree3a5fb664a1147631ffb1a353132ad09f2c1a72a4
parent8d6d885afdf3b031f041566fbba839b892dd5936 (diff)
add -S to usage();
-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",