summaryrefslogtreecommitdiff
path: root/procps/pidof.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/pidof.c')
-rw-r--r--procps/pidof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pidof.c b/procps/pidof.c
index 01e587cbf..c989076bb 100644
--- a/procps/pidof.c
+++ b/procps/pidof.c
@@ -28,7 +28,7 @@ int pidof_main(int argc, char **argv)
28#endif 28#endif
29 29
30 /* do unconditional option parsing */ 30 /* do unconditional option parsing */
31 opt = getopt32(argc, argv, "" 31 opt = getopt32(argv, ""
32 USE_FEATURE_PIDOF_SINGLE ("s") 32 USE_FEATURE_PIDOF_SINGLE ("s")
33 USE_FEATURE_PIDOF_OMIT("o:", &omits)); 33 USE_FEATURE_PIDOF_OMIT("o:", &omits));
34 34