This commit is contained in:
anon
2023-08-11 20:27:20 +02:00
parent 00e707993c
commit 3c2fd1c829
11 changed files with 78 additions and 88 deletions

View File

@ -90,7 +90,7 @@ char ** parse_options(int *argc, char **argv)
verbosemode = true;
break;
case 'V':
fprintf(stderr, "%s: version %d%s\n", argv0,
fprintf(stderr, PROGRAM_NAME ": version %d%s\n",
FILEVERSION, FIXVERSION);
myexit(0);
break;