diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2008-05-26 07:56:18 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2008-05-26 07:56:18 +0000 |
commit | 1ac0fe727e440514e86435c5a649553166102207 (patch) | |
tree | a7a90b52716f33b26f8ba4dbb9ef7482af263176 /usr.bin/aucat/aucat.1 | |
parent | 2577259a62ed8520ee024d7cc24b9f4ffff0f5e4 (diff) |
add -q option which enables "quiet" operation.
ok ratchov@
Diffstat (limited to 'usr.bin/aucat/aucat.1')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 71b7db11172..32b599fd519 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.17 2008/05/23 12:56:27 jmc Exp $ +.\" $OpenBSD: aucat.1,v 1.18 2008/05/26 07:56:17 jakemsr Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 23 2008 $ +.Dd $Mdocdate: May 26 2008 $ .Dt AUCAT 1 .Os .Sh NAME @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm aucat .Bk -words -.Op Fl u +.Op Fl uq .Op Fl C Ar min : Ns Ar max .Op Fl c Ar min : Ns Ar max .Op Fl d Ar level @@ -108,6 +108,8 @@ 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; |