@@ -430,27 +430,27 @@ let Command = "platform process list" in {
430430 Arg<"RegularExpression">, Required,
431431 Desc<"Find processes with executable basenames that match a regular "
432432 "expression.">;
433- def platform_process_list_parent : Option<"parent", "P">, OptionRange <2, 6>,
433+ def platform_process_list_parent : Option<"parent", "P">, GroupRange <2, 6>,
434434 Arg<"Pid">, Desc<"Find processes that have a matching parent process ID.">;
435- def platform_process_list_uid : Option<"uid", "u">, OptionRange <2, 6>,
435+ def platform_process_list_uid : Option<"uid", "u">, GroupRange <2, 6>,
436436 Arg<"UnsignedInteger">,
437437 Desc<"Find processes that have a matching user ID.">;
438- def platform_process_list_euid : Option<"euid", "U">, OptionRange <2, 6>,
438+ def platform_process_list_euid : Option<"euid", "U">, GroupRange <2, 6>,
439439 Arg<"UnsignedInteger">,
440440 Desc<"Find processes that have a matching effective user ID.">;
441- def platform_process_list_gid : Option<"gid", "g">, OptionRange <2, 6>,
441+ def platform_process_list_gid : Option<"gid", "g">, GroupRange <2, 6>,
442442 Arg<"UnsignedInteger">,
443443 Desc<"Find processes that have a matching group ID.">;
444- def platform_process_list_egid : Option<"egid", "G">, OptionRange <2, 6>,
444+ def platform_process_list_egid : Option<"egid", "G">, GroupRange <2, 6>,
445445 Arg<"UnsignedInteger">,
446446 Desc<"Find processes that have a matching effective group ID.">;
447- def platform_process_list_arch : Option<"arch", "a">, OptionRange <2, 6>,
447+ def platform_process_list_arch : Option<"arch", "a">, GroupRange <2, 6>,
448448 Arg<"Architecture">,
449449 Desc<"Find processes that have a matching architecture.">;
450450 def platform_process_list_show_args : Option<"show-args", "A">,
451- OptionRange <1, 6>,
451+ GroupRange <1, 6>,
452452 Desc<"Show process arguments instead of the process executable basename.">;
453- def platform_process_list_verbose : Option<"verbose", "v">, OptionRange <1, 6>,
453+ def platform_process_list_verbose : Option<"verbose", "v">, GroupRange <1, 6>,
454454 Desc<"Enable verbose output.">;
455455}
456456
0 commit comments