Skip to content

Commit

Permalink
Improve help message (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Jun 7, 2024
1 parent e6b4969 commit ffafab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void ConsolePlayer::displayArgs (const char *arg)
#endif
<< " -r[i|r][f] set resampling method (default: resample interpolate)" << endl
<< " Use 'f' to enable fast resampling (only for reSID)" << endl
<< " --fcurve=<num>|auto Controls the filter curve in the ReSIDfp emulation" << endl
<< " --fcurve=<num>|auto Controls the filter curve in the ReSIDfp emulation (0.0 to 1.0, default: 0.5)" << endl

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

Please sign in to comment.