mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
Fixed translatable string
This commit is contained in:
parent
596ec4d81a
commit
b6ac51b450
@ -117,7 +117,7 @@ set_usage() {
|
||||
usage_text += Y(" --split timecodes:A[,B...]\n"
|
||||
" Create a new file after each timecode A, B\n"
|
||||
" etc.\n");
|
||||
usage_text += Y(" --split parts:start1-end2[,[+]start2-end2,...]\n"
|
||||
usage_text += Y(" --split parts:start1-end1[,[+]start2-end2,...]\n"
|
||||
" Keep ranges of timecodes start-end, either in\n"
|
||||
" separate files or append to previous range's file\n"
|
||||
" if prefixed with '+'.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user