@@ -430,27 +430,27 @@ let Command = "platform process list" in {
430
430
Arg<"RegularExpression">, Required,
431
431
Desc<"Find processes with executable basenames that match a regular "
432
432
"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>,
434
434
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>,
436
436
Arg<"UnsignedInteger">,
437
437
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>,
439
439
Arg<"UnsignedInteger">,
440
440
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>,
442
442
Arg<"UnsignedInteger">,
443
443
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>,
445
445
Arg<"UnsignedInteger">,
446
446
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>,
448
448
Arg<"Architecture">,
449
449
Desc<"Find processes that have a matching architecture.">;
450
450
def platform_process_list_show_args : Option<"show-args", "A">,
451
- OptionRange <1, 6>,
451
+ GroupRange <1, 6>,
452
452
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>,
454
454
Desc<"Enable verbose output.">;
455
455
}
456
456
0 commit comments