Skip to content

Commit

Permalink
Update commandline.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored May 5, 2017
1 parent 79cbacd commit 3cd27e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandline.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ parse_commandline(int argc, char **argv)
break;

case 'v':
fprintf(stdout, "This is xkcp version " VERSION "\n");
fprintf(stdout, "This is %s version " VERSION "\n", argv[0]);
exit(1);
break;

Expand Down

0 comments on commit 3cd27e6

Please sign in to comment.