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