summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-06-21 22:35:39 +0000
committerjmc <jmc@openbsd.org>2016-06-21 22:35:39 +0000
commit779271699ea72fb21385cd1e978e1ed36ed4ee3c (patch)
tree18ba76a235d9b6c7edc76d54c9041c485ce29a32
parentdo not allow whitespace in macro names, i.e. "this is" = "a variable". (diff)
downloadwireguard-openbsd-779271699ea72fb21385cd1e978e1ed36ed4ee3c.tar.xz
wireguard-openbsd-779271699ea72fb21385cd1e978e1ed36ed4ee3c.zip
use the same argument name for -f in usage() as in SYNOPSIS;
-rw-r--r--usr.bin/audioctl/audioctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/audioctl/audioctl.c b/usr.bin/audioctl/audioctl.c
index f67fe478e15..9330404498d 100644
--- a/usr.bin/audioctl/audioctl.c
+++ b/usr.bin/audioctl/audioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: audioctl.c,v 1.32 2016/06/21 21:16:42 ratchov Exp $ */
+/* $OpenBSD: audioctl.c,v 1.33 2016/06/21 22:35:39 jmc Exp $ */
/*
* Copyright (c) 2016 Alexandre Ratchov <alex@caoua.org>
*
@@ -63,9 +63,9 @@ struct field {
};
const char usagestr[] =
- "usage: audioctl [-f path]\n"
- " audioctl [-n] [-f path] name ...\n"
- " audioctl [-nq] [-f path] name=value ...\n";
+ "usage: audioctl [-f file]\n"
+ " audioctl [-n] [-f file] name ...\n"
+ " audioctl [-nq] [-f file] name=value ...\n";
/*
* parse encoding string (examples: s8, u8, s16, s16le, s24be ...)