Fix missing --all-sequences in help message

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 11 years ago
parent 587b960094
commit baeae75311
  1. 1
      Changelog
  2. 2
      src/options.c

@ -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

@ -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"

Loading…
Cancel
Save