aboutsummaryrefslogtreecommitdiff
path: root/procps/pstree.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/pstree.c')
-rw-r--r--procps/pstree.c3
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)
G.output_width = get_terminal_width(0);
- opt_complementary = "?1";
- getopt32(argv, "p");
+ getopt32(argv, "^" "p" "\0" "?1");
argv += optind;
if (argv[0]) {