diff options
Diffstat (limited to 'procps/pstree.c')
-rw-r--r-- | procps/pstree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/procps/pstree.c b/procps/pstree.c index 824907997..4fda1c21c 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -386,8 +386,7 @@ int pstree_main(int argc UNUSED_PARAM, char **argv) | |||
386 | 386 | ||
387 | G.output_width = get_terminal_width(0); | 387 | G.output_width = get_terminal_width(0); |
388 | 388 | ||
389 | opt_complementary = "?1"; | 389 | getopt32(argv, "^" "p" "\0" "?1"); |
390 | getopt32(argv, "p"); | ||
391 | argv += optind; | 390 | argv += optind; |
392 | 391 | ||
393 | if (argv[0]) { | 392 | if (argv[0]) { |