diff --git a/src/cli.c b/src/cli.c index bc25c79..8453587 100644 --- a/src/cli.c +++ b/src/cli.c @@ -77,7 +77,7 @@ void process_cli(int argc, char **argv) do { opt = getopt_long(argc, argv, shortOptions, longOptions, NULL); switch (opt) { - case 'p': + case 'P': pidPath = dupeString(optarg); break; case 'V':