aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/Options.td
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/Options.td')
-rw-r--r--source/Commands/Options.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/Commands/Options.td b/source/Commands/Options.td
index 87f5506c3..477b55329 100644
--- a/source/Commands/Options.td
+++ b/source/Commands/Options.td
@@ -591,9 +591,6 @@ let Command = "platform process list" in {
def platform_process_list_show_args : Option<"show-args", "A">,
GroupRange<1, 6>,
Desc<"Show process arguments instead of the process executable basename.">;
- def platform_process_list_all_users: Option<"all-users", "x">,
- GroupRange<1,6>,
- Desc<"Show processes matching all user IDs.">;
def platform_process_list_verbose : Option<"verbose", "v">, GroupRange<1, 6>,
Desc<"Enable verbose output.">;
}