diff options
-rw-r--r-- | cerbero/commands/runit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/commands/runit.py b/cerbero/commands/runit.py index ec14d022..f7f059bc 100644 --- a/cerbero/commands/runit.py +++ b/cerbero/commands/runit.py @@ -27,7 +27,7 @@ class Run(Command): def __init__(self): Command.__init__(self, - [ArgparseArgument('cmd', nargs='*', + [ArgparseArgument('cmd', nargs='+', help=_('command to run')), ]) |