mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
mkvmerge: add missing newline in help output
This commit is contained in:
parent
9a66906fee
commit
dcadda97bb
@ -369,6 +369,7 @@ set_usage() {
|
||||
" a file opened for writing.\n");
|
||||
usage_text += Y(" --abort-on-warnings Aborts the program after the first warning is\n"
|
||||
" emitted.");
|
||||
usage_text += "\n";
|
||||
usage_text += Y(" --debug <topic> Turns on debugging output for 'topic'.\n");
|
||||
usage_text += Y(" --engage <feature> Turns on experimental feature 'feature'.\n");
|
||||
usage_text += Y(" @option-file.json Reads additional command line options from\n"
|
||||
|
Loading…
Reference in New Issue
Block a user