mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
Fixed output of the version information.
This commit is contained in:
parent
7bcc91db58
commit
0b5e16a4d3
@ -196,7 +196,7 @@ void parse_args(int argc, char **argv, char *&file_name, bool &use_gui) {
|
||||
use_gui = true;
|
||||
#endif // HAVE_WXWINDOWS
|
||||
} else if (!strcmp(argv[i], "-V") || !strcmp(argv[i], "--version")) {
|
||||
fprintf(stdout, VERSIONINFO "\n");
|
||||
fprintf(stdout, "mkvinfo v" VERSION "\n");
|
||||
exit(0);
|
||||
} else if (!strcmp(argv[i], "-v") || ! strcmp(argv[i], "--verbose"))
|
||||
verbose++;
|
||||
|
Loading…
Reference in New Issue
Block a user