summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/execline/getpid.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 8a6295b..f039bb8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,3 +25,4 @@ Thanks to:
Éric Vidal <eric@obarun.org
Samuel Holland <samuel@sholland.org>
Profpatsch <mail@profpatsch.de>
+ Guillermo <gdiazhartusch@gmail.com>
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)
{