Skip to content

Commit

Permalink
main: add a note to warn about overreading in -h
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Jun 21, 2023
1 parent 91c0751 commit e2ae872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyanrip_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ int main(int argc, char **argv)
cyanrip_log(ctx, 0, " -S <int> Set drive speed (default: unset)\n");
cyanrip_log(ctx, 0, " -p <number>=<string> Track pregap handling (default: default)\n");
cyanrip_log(ctx, 0, " -P <int> Paranoia level, %i to 0 inclusive, default: %i\n", crip_max_paranoia_level, settings.paranoia_level);
cyanrip_log(ctx, 0, " -O Enable overreading into lead-in and lead-out\n");
cyanrip_log(ctx, 0, " -O Enable overreading into lead-in and lead-out (may freeze if unsupported by drive)\n");
cyanrip_log(ctx, 0, " -H Enable HDCD decoding. Do this if you're sure disc is HDCD\n");
cyanrip_log(ctx, 0, " -E Force CD deemphasis\n");
cyanrip_log(ctx, 0, " -W Disable automatic CD deemphasis\n");-
Expand Down

0 comments on commit e2ae872

Please sign in to comment.