diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/execline/getpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/getpid.c b/src/execline/getpid.c index 058fe1b..be9b6b8 100644 --- a/src/execline/getpid.c +++ b/src/execline/getpid.c @@ -22,7 +22,7 @@ int main (int argc, char const *const *argv) subgetopt l = SUBGETOPT_ZERO ; for (;;) { - int opt = subgetopt_r(argc, argv, "Ee", &l) ; + int opt = subgetopt_r(argc, argv, "EePp", &l) ; if (opt == -1) break ; switch (opt) { |