Skip to content

Commit

Permalink
Allow verbose flag to be used in pspsh
Browse files Browse the repository at this point in the history
Closes #55
  • Loading branch information
sharkwouter committed Sep 19, 2024
1 parent 00cd43b commit 9752169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pspsh/pspsh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ int parse_args(int argc, char **argv, struct Args *args)
int ch;
int error = 0;

ch = getopt(argc, argv, "nsrp:h:i:e:");
ch = getopt(argc, argv, "nsrvp:h:i:e:");
if(ch < 0)
{
break;
Expand Down

0 comments on commit 9752169

Please sign in to comment.