mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-08 11:11:51 +00:00
mkvmerge: adjust error message for wrong --identitication-format argument
This commit is contained in:
parent
f54cbf3976
commit
5275907b41
@ -1847,7 +1847,7 @@ parse_arg_identification_format(std::vector<std::string>::const_iterator &sit,
|
||||
g_identification_output_format = identification_output_format_e::json;
|
||||
|
||||
else
|
||||
mxerror(boost::format(Y("Invalid output format in '%1% %2%'.\n")) % *sit % *(sit + 1));
|
||||
mxerror(boost::format(Y("Invalid identification format in '%1% %2%'.\n")) % *sit % *(sit + 1));
|
||||
|
||||
++sit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user