summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-05-26 08:32:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-05-26 08:32:12 +0000
commitf8b692aca52a9bb3a82fabebf3e6806ddeed17a9 (patch)
tree185aad54144278d0fb20bb00216fbdb5e796bad6 /usr.bin
parent906528f6050d3cf96d7a41ca1798b62e25e92d8c (diff)
put -q in the right place;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/aucat/aucat.18
-rw-r--r--usr.bin/aucat/aucat.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1
index 32b599fd519..ecf0358ce78 100644
--- a/usr.bin/aucat/aucat.1
+++ b/usr.bin/aucat/aucat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aucat.1,v 1.18 2008/05/26 07:56:17 jakemsr Exp $
+.\" $OpenBSD: aucat.1,v 1.19 2008/05/26 08:32:11 jmc Exp $
.\"
.\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm aucat
.Bk -words
-.Op Fl uq
+.Op Fl qu
.Op Fl C Ar min : Ns Ar max
.Op Fl c Ar min : Ns Ar max
.Op Fl d Ar level
@@ -102,14 +102,14 @@ options.
If the option argument is
.Sq -
then standard output will be used.
+.It Fl q
+Do not print progress information; run quietly.
.It Fl R Ar rate
Sample rate in Hertz of the output stream.
The default is 44100Hz.
.It Fl r Ar rate
Sample rate in Hertz of the input stream.
The default is 44100Hz.
-.It Fl q
-Do not print progress information; run quietly.
.It Fl u
Don't try to automatically determine the optimal parameters for the
audio device;
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c
index 28f0aef37e6..cd720e354c4 100644
--- a/usr.bin/aucat/aucat.c
+++ b/usr.bin/aucat/aucat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aucat.c,v 1.17 2008/05/26 07:56:17 jakemsr Exp $ */
+/* $OpenBSD: aucat.c,v 1.18 2008/05/26 08:32:11 jmc Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -146,7 +146,7 @@ usage(void)
extern char *__progname;
fprintf(stderr,
- "usage: %s [-uq] [-C min:max] [-c min:max] [-d level] "
+ "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]\n",