From 975216942bb2d555a78d6c8a384ab624777f8298 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Thu, 19 Sep 2024 18:23:06 +0200 Subject: [PATCH] Allow verbose flag to be used in pspsh Closes #55 --- pspsh/pspsh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pspsh/pspsh.cpp b/pspsh/pspsh.cpp index 49be931..4ecef97 100644 --- a/pspsh/pspsh.cpp +++ b/pspsh/pspsh.cpp @@ -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;