From baeae75311979c730b3b9f83b5b974feb4768ed2 Mon Sep 17 00:00:00 2001 From: Claudio Matsuoka Date: Mon, 24 Nov 2014 19:07:41 -0200 Subject: [PATCH] Fix missing --all-sequences in help message Signed-off-by: Claudio Matsuoka --- Changelog | 1 + src/options.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index f51a0d6..2963319 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,7 @@ Stable versions 4.0.10 (): - Add AIFF file output driver (by Lorence Lombardo) - Adjust CoreAudio driver latency + - Fix missing --all-sequences in help message 4.0.9 (20140926): - Add option '-p' to set the default pan amplitude diff --git a/src/options.c b/src/options.c index 5bbf895..a5b14b0 100644 --- a/src/options.c +++ b/src/options.c @@ -76,7 +76,7 @@ static void usage(char *s, struct options *options) " -s --start num Start from the specified order\n" " -t --time num Maximum playing time in seconds\n" " --vblank Force vblank timing in Amiga modules\n" -" -Z Play all sequences (subsongs) in module\n" +" -Z --all-sequences Play all sequences (subsongs) in module\n" " -z --sequence num Play the specified sequence (0=main)\n" "\nMixer options:\n" " -a --amplify {0|1|2|3} Amplification factor: 0=Normal, 1=x2, 2=x4, 3=x8\n"