summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-08-26 06:33:53 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-08-26 06:33:53 +0000
commitb9fc547357083462411a831a3b9a8422c172b9f6 (patch)
tree5f8e22d9f626df47d93161df1cef8a831a72a71b /usr.bin/aucat
parent5c418d9292fa5c1debb3f48abd567057f07c4190 (diff)
oops, forgot to update usage();
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r--usr.bin/aucat/aucat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c
index 01ee6f3c9e7..7078c2768a3 100644
--- a/usr.bin/aucat/aucat.c
+++ b/usr.bin/aucat/aucat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aucat.c,v 1.66 2009/08/19 18:29:34 ratchov Exp $ */
+/* $OpenBSD: aucat.c,v 1.67 2009/08/26 06:33:52 jmc Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -396,7 +396,7 @@ aucat_usage(void)
{
(void)fputs("usage: " PROG_AUCAT " [-lnu] [-b nframes] "
"[-C min:max] [-c min:max] [-e enc] [-f device]\n"
- "\t[-h fmt] [-i file] [-m mode] [-o file] [-r rate] [-s socket]\n"
+ "\t[-h fmt] [-i file] [-m mode] [-o file] [-r rate] [-s name]\n"
"\t[-U unit] [-v volume] [-x policy]\n",
stderr);
}