nixos/taskserver/helper: Fix docstring of add_user

We have already revamped the CLI subcommands in commit
e2383b84f8.

This was just an artifact that was left because of this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2016-04-12 07:13:43 +02:00
parent e06dd999f7
commit 394e64e4fb
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -570,7 +570,7 @@ def add_user(organisation, user):
and print the key of the new user.
The client certificate along with it's public key can be shown via the
'export-user' subcommand.
'user export' subcommand.
"""
userobj = organisation.add_user(user)
if userobj is None: