Skip to content

Commit

Permalink
Merge pull request #56 from pspdev/allow-verbose-flag-pspsh
Browse files Browse the repository at this point in the history
Allow verbose flag to be used in pspsh
  • Loading branch information
sharkwouter authored Sep 19, 2024
2 parents 00cd43b + 9752169 commit 7d44fc1
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 7d44fc1

Please sign in to comment.