Remove spurious arguments to print_version()

This commit is contained in:
Jonathan Kamens 2023-09-29 14:21:40 -04:00 committed by Fufu Fang
parent c532661d29
commit 8f0ef158c0
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ parse_arg_list(int argc, char **argv, char ***fuse_argv, int *fuse_argc)
*/
return 1;
case 'V':
print_version(argv[0], 1);
print_version();
add_arg(fuse_argv, fuse_argc, "-V");
return 1;
case 'd':