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:
parent
e06dd999f7
commit
394e64e4fb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue