diff --git a/osc/commandline.py b/osc/commandline.py index fa6dce5181..8ffdeef1c9 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -7663,7 +7663,7 @@ def do_service(self, subcmd, opts, *args): self.argparse_error("Please specify a command") command = args.pop(0) - if command not in ("runall", "ra", "run", "localrun", "manualrun", "disabledrun", "remoterun", "lr", "dr", "mr", "rr", "merge", "wait"): + if command not in ("runall", "ra", "run", "localrun", "manualrun", "disabledrun", "remoterun", "lr", "dr", "mr", "r", "rr", "merge", "wait"): self.argparse_error(f"Invalid command: {command}") if command in ("localrun", "lr"):