Skip to content

Commit 674dd1c

Browse files
committed
Add help message for -cw option
1 parent c68b777 commit 674dd1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/args.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,9 @@ void ConsolePlayer::displayArgs (const char *arg)
705705
<< " --fcurve=<num>|auto Controls the filter curve in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl
706706
#ifdef FEAT_FILTER_RANGE
707707
<< " --frange=<num>|auto Controls the filter range in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl
708+
#endif
709+
#ifdef FEAT_CW_STRENGTH
710+
<< " -cw<w|a|s> Set the strength of combined waveforms, w(eak), a(verage) or s(trong)" << endl
708711
#endif
709712
<< " -w[name] create wav file (default: <datafile>[n].wav)" << endl
710713
<< " --au[name] create au file (default: <datafile>[n].au)" << endl

0 commit comments

Comments
 (0)