Skip to content

Commit 2255dc2

Browse files
authored
And MORE main.c help fixes
Got --until wrong. And a couple of more ...
1 parent 51b21f7 commit 2255dc2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/flac/main.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,19 +1343,20 @@ void show_help(void)
13431343
printf(" --keep-foreign-metadata Save/restore WAVE or AIFF non-audio chunks\n");
13441344
printf(" --keep-foreign-metadata-if-present Save/restore WAVE or AIFF non-audio\n");
13451345
printf(" but not return an error when no such chunks are found\n");
1346-
printf(" --skip={#|mm:ss.ss} Skip the given initial samples for each input\n");
1347-
printf(" --until={#|[+|-]mm:ss.ss} Stop at the given sample for each input file\n");
1348-
printf(" -s, --silent Do not write runtime encode/decode statistics\n");
1346+
printf(" --skip={#|MM:SS} Skip the \# initial samples (for each input)\n");
1347+
printf(" or: skip time MM:SS.ss (locale-dependent decimal point)\n");
1348+
printf(" --until=[+|-]{#|MM:SS} Stop at given sample (for each input);\n");
1349+
printf(" "+": relative to skip point; "-": omit LAST \# samples\n");
1350+
printf(" -s, --silent Do not print runtime encode/decode statistics\n");
13491351
printf(" --totally-silent Do not print anything, including errors\n");
1350-
printf(" -w, --warnings-as-errors Treat all warnings as errors\n");
1352+
printf(" -w, --warnings-as-errors Treat (almost) all warnings as errors\n");
13511353
printf("\n");
13521354
printf("Decoding options:\n");
13531355
printf(" -F, --decode-through-errors Continue decoding through stream errors\n");
13541356
printf(" --cue=[#.#][-[#.#]] Set the beginning and ending cuepoints to decode\n");
13551357
#if FLAC__HAS_OGG
13561358
printf(" --decode-chained-stream Decode all links in a chained Ogg stream, not\n");
13571359
printf(" just the first one\n");
1358-
13591360
#endif
13601361
printf(" --apply-replaygain-which-is-not-lossless\n");
13611362
printf(" Change volume of output for players that do not know\n");

0 commit comments

Comments
 (0)