Skip to content

Commit

Permalink
Remove extraneous whitespace and add missing quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 committed Jun 13, 2024
1 parent 9fb7285 commit a839d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/flac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ void show_help(void)
printf(" -A, --apodization=\"function\" Window audio data with given function(s)\n");
printf(" -e, --exhaustive-model-search Do exhaustive model search (expensive!)\n");
printf(" -q, --qlp-coeff-precision=# Specify quantization precision in bits\n");
printf(" (default: let encoder decide)\n");
printf(" (default: let encoder decide)\n");
printf(" -p, --qlp-coeff-precision-search Exhaustively search LP coeff quantization\n");
printf(" --lax Allow encoder to generate non-Subset files\n");
printf(" --limit-min-bitrate Limit minimum bitrate (for streaming)\n");
Expand All @@ -1347,8 +1347,8 @@ void show_help(void)
printf(" chunks found by --keep-foreign-metadata-if-present will override):\n");
#if FLAC__HAS_OGG
printf(" --ogg Use Ogg transport layer, output .oga\n");
printf(" --serial-number Ogg serial number to assign (encoding)\n);
printf(" or to select for decoding\n);
printf(" --serial-number Ogg serial number to assign (encoding)\n");
printf(" or to select for decoding\n");
#endif
printf(" --force-aiff-format Decode to AIFF format\n");
printf(" --force-rf64-format Decode to RF64 format\n");
Expand Down

0 comments on commit a839d50

Please sign in to comment.