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 8249079..4fda1c2 100644 --- a/procps/pstree.c +++ b/procps/pstree.c @@ -386,8 +386,7 @@ int pstree_main(int argc UNUSED_PARAM, char **argv) G.output_width = get_terminal_width(0); - opt_complementary = "?1"; - getopt32(argv, "p"); + getopt32(argv, "^" "p" "\0" "?1"); argv += optind; if (argv[0]) { |