summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-08-25 11:56:13 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-08-25 11:56:13 +0000
commitd1e45f0216d956958915e94f75a2d24fad4b294a (patch)
tree72a498566c1d4c18a27dde9c6c35c27b1b4bd33c /usr.bin
parent281446e97d3dbc932a3997b22bbd0de717afcf98 (diff)
minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21).
ok ratchov@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/aucat/aucat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c
index 17c8d87500b..9ad9eec6373 100644
--- a/usr.bin/aucat/aucat.c
+++ b/usr.bin/aucat/aucat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aucat.c,v 1.26 2008/08/14 09:58:55 ratchov Exp $ */
+/* $OpenBSD: aucat.c,v 1.27 2008/08/25 11:56:12 sobrado Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -136,10 +136,10 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-qu] [-C min:max] [-c min:max] [-d level] "
- "[-E enc] [-e enc]\n"
- "\t[-f device] [-H fmt] [-h fmt] [-i file] [-o file] [-R rate]\n"
- "\t[-r rate] [-X policy] [-x policy]\n",
+ "usage: %s [-qu] [-C min:max] [-c min:max] [-E enc] [-e enc] "
+ "[-f device]\n"
+ "\t[-H fmt] [-h fmt] [-i file] [-o file] [-R rate] [-r rate]\n"
+ "\t[-X policy] [-x policy]\n",
__progname);
}