diff --git a/osc/commandline.py b/osc/commandline.py index 983ee7e3..e894d1ca 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5377,7 +5377,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. raise oscerr.WrongArgs('Too few arguments.') if len(args) == 2: singleservice = args[1] - elif len(args) == 3 and args[0] == 'remoterun': + elif len(args) == 3 and args[0] in ('remoterun', 'rr'): project = args[1] package = args[2] else: