Skip to content

Commit

Permalink
Add help message for -cw option
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Oct 24, 2024
1 parent c68b777 commit 674dd1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@ void ConsolePlayer::displayArgs (const char *arg)
<< " --fcurve=<num>|auto Controls the filter curve in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl
#ifdef FEAT_FILTER_RANGE
<< " --frange=<num>|auto Controls the filter range in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl
#endif
#ifdef FEAT_CW_STRENGTH
<< " -cw<w|a|s> Set the strength of combined waveforms, w(eak), a(verage) or s(trong)" << endl
#endif
<< " -w[name] create wav file (default: <datafile>[n].wav)" << endl
<< " --au[name] create au file (default: <datafile>[n].au)" << endl
Expand Down

0 comments on commit 674dd1c

Please sign in to comment.