This commit is contained in:
Jakobus Schürz 2019-08-01 22:27:28 +02:00
parent 60cf43a0db
commit 7d993c0b10

View file

@ -67,7 +67,7 @@ class Main(app.App):
def handle_args(self, parser, cfg, options, args):
try:
(sshUser, principals) = args
(sshUser,) = args
except ValueError:
parser.error('Missing argument sshUsers and/or principals.')