diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-17 07:36:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-17 07:36:44 +0000 |
commit | 78907841f177d1a67a023d73d0e2a5f50948fb8e (patch) | |
tree | a015d05f6c5ab200076a8e29d72923a46ffa1fec /usr.bin/aucat/aucat.c | |
parent | 6338b21c5a02003750a1856f748b5e27cb763b5b (diff) |
tweak previous man page changes, and sync usage();
Diffstat (limited to 'usr.bin/aucat/aucat.c')
-rw-r--r-- | usr.bin/aucat/aucat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index b29b8f7550b..b470a00f199 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.43 2008/11/17 07:04:13 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.44 2008/11/17 07:36:43 jmc Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -113,8 +113,8 @@ usage(void) fprintf(stderr, "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] [-s path] [-v volume] " - "[-x policy]\n", + "\t[-h fmt] [-i file] [-m mode] [-o file] [-r rate] [-s file]\n" + "\t[-v volume] [-x policy]\n", __progname); } |