diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/pidof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pidof.c b/procps/pidof.c index 76c58df85..acd2d515f 100644 --- a/procps/pidof.c +++ b/procps/pidof.c | |||
@@ -49,7 +49,7 @@ extern int pidof_main(int argc, char **argv) | |||
49 | unsigned long int opt; | 49 | unsigned long int opt; |
50 | #if ENABLE_FEATURE_PIDOF_OMIT | 50 | #if ENABLE_FEATURE_PIDOF_OMIT |
51 | llist_t *omits = NULL; /* list of pids to omit */ | 51 | llist_t *omits = NULL; /* list of pids to omit */ |
52 | bb_opt_complementally = _OMIT_COMPL("o*"); | 52 | bb_opt_complementally = _OMIT_COMPL("o::"); |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | /* do unconditional option parsing */ | 55 | /* do unconditional option parsing */ |