diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-03-17 21:26:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-03-17 21:26:45 +0000 |
commit | baa60127afbab8ef4c364fa2357bd541eba4efdb (patch) | |
tree | 1712bdf0aa7fffc878c9cf04b01f54bb3fefb694 /usr.bin/aucat/aucat.c | |
parent | 7e1992e00fbbc19b907a7324f8e3e2d210a25aa7 (diff) |
- rename the arg to -b "nframes" and sync usage()
- grammar fix for the server section
from Thomas Pfaff
ok ratchov
Diffstat (limited to 'usr.bin/aucat/aucat.c')
-rw-r--r-- | usr.bin/aucat/aucat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index 3982d3521c4..40575b18ffe 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.58 2009/02/06 08:26:34 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.59 2009/03/17 21:26:44 jmc Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -113,7 +113,7 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-lnu] [-b nsamples] [-C min:max] [-c min:max] [-e enc] " + "usage: %s [-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[-v volume] [-x policy]\n", |