Skip to content

Commit 7d44fc1

Browse files
authored
Merge pull request #56 from pspdev/allow-verbose-flag-pspsh
Allow verbose flag to be used in pspsh
2 parents 00cd43b + 9752169 commit 7d44fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pspsh/pspsh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ int parse_args(int argc, char **argv, struct Args *args)
10801080
int ch;
10811081
int error = 0;
10821082

1083-
ch = getopt(argc, argv, "nsrp:h:i:e:");
1083+
ch = getopt(argc, argv, "nsrvp:h:i:e:");
10841084
if(ch < 0)
10851085
{
10861086
break;

0 commit comments

Comments
 (0)