The oggplay usage says -w takes a <filename> when really it takes a timeout value like <msec>.
Signed-off-by: Mike Frysinger <[email protected]> --- user/oggplay/oggplay.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/user/oggplay/oggplay.c b/user/oggplay/oggplay.c index 56d5a32..8cf4c2e 100644 --- a/user/oggplay/oggplay.c +++ b/user/oggplay/oggplay.c @@ -560,7 +560,7 @@ static void setdsp(int fd) static void usage(int rc) { printf("usage: oggplay [-hviqzRPZ] [-s <time>] " - "[-d <device>] [-w <filename>] [-c <key>]" + "[-d <device>] [-w <msec>] [-c <key>]" "[-l <line> [-t]] [-p <pause>]ogg-files...\n\n" "\t\t-h this help\n" "\t\t-v verbose stdout output\n" -- 1.6.2 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
