summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-10-26 11:55:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-10-26 11:55:23 +0000
commitc43108dfac8340cae5ee8a710b50fbbc6810ac10 (patch)
treeae7ee99cd631a188c544e933649313388dff9083
parent13e276c156d9b9f3a5064700b447d8e90d89bebf (diff)
sync SYNOPSIS and usage();
-rw-r--r--usr.bin/aucat/aucat.14
-rw-r--r--usr.bin/aucat/aucat.c9
2 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1
index d016d4479b5..be15baaadad 100644
--- a/usr.bin/aucat/aucat.1
+++ b/usr.bin/aucat/aucat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aucat.1,v 1.26 2008/10/26 08:49:43 ratchov Exp $
+.\" $OpenBSD: aucat.1,v 1.27 2008/10/26 11:55:22 jmc Exp $
.\"
.\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm aucat
.Bk -words
-.Op Fl lqu
+.Op Fl lu
.Op Fl b Ar nsamples
.Op Fl C Ar min : Ns Ar max
.Op Fl c Ar min : Ns Ar max
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c
index ae74bc87932..757bbff955f 100644
--- a/usr.bin/aucat/aucat.c
+++ b/usr.bin/aucat/aucat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aucat.c,v 1.28 2008/10/26 08:49:43 ratchov Exp $ */
+/* $OpenBSD: aucat.c,v 1.29 2008/10/26 11:55:22 jmc Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -108,10 +108,9 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-lu] [-C min:max] [-c min:max] [-d level] "
- "[-e enc]\n"
- "\t[-f device] [-h fmt] [-i file] [-o file] "
- "[-r rate] [-x policy]\n",
+ "usage: %s [-lu] [-b nsamples] [-C min:max] [-c min:max] [-e enc] "
+ "[-f device]\n"
+ "\t[-h fmt] [-i file] [-o file] [-r rate] [-x policy]\n",
__progname);
}