mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
mkvextract reports its own name when asked for with -V ;)
This commit is contained in:
parent
7893b39b5c
commit
227746e543
@ -168,7 +168,7 @@ void parse_args(int argc, char **argv, char *&file_name) {
|
||||
// Find options that directly end the program.
|
||||
for (i = 1; i < argc; i++)
|
||||
if (!strcmp(argv[i], "-V") || !strcmp(argv[i], "--version")) {
|
||||
mxprint(stdout, VERSIONINFO "\n");
|
||||
mxprint(stdout, "mkvextract v" VERSION "\n");
|
||||
exit(0);
|
||||
} else if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "-?") ||
|
||||
!strcmp(argv[i], "--help")) {
|
||||
|
Loading…
Reference in New Issue
Block a user