From b68df6082b3209b9655b52ec8d0719f58d6e26ff Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Sat, 11 Jun 2016 21:10:57 -0300 Subject: [PATCH] Update help message Signed-off-by: Claudio Matsuoka --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index ba494bc..97fc2ba 100644 --- a/src/options.c +++ b/src/options.c @@ -114,7 +114,7 @@ static void usage(char *s, struct options *options) " -p --default-pan Percentual default pan setting (default %d%%)\n" " -r --reverse Reverse left/right stereo channels\n" " -u --unsigned Set the mixer to use unsigned samples\n" -" -x --classic Use classic mixers if applicable\n" +" -x --classic Use classic mixer (if available for format)\n" "\nEnvironment options:\n" " -I --instrument-path Set pathname to external samples\n" "\nInformation options:\n"