summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-12 07:13:43 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-12 07:13:43 +0200
commit394e64e4fbc7ff4f77fd241d5811acf2bdd5a998 (patch)
tree9b0d079617debbd9f594b0e1725a688bd4100c2e
parente06dd999f7858c7a924cec552bcd5ac90193e00d (diff)
downloadnixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.tar
nixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.tar.gz
nixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.tar.bz2
nixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.tar.lz
nixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.tar.xz
nixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.tar.zst
nixpkgs-394e64e4fbc7ff4f77fd241d5811acf2bdd5a998.zip
nixos/taskserver/helper: Fix docstring of add_user
We have already revamped the CLI subcommands in commit
e2383b84f88e0e7d35f6a3a846b54c69e3bee6ee.

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

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--nixos/modules/services/misc/taskserver/helper-tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/taskserver/helper-tool.py b/nixos/modules/services/misc/taskserver/helper-tool.py
index f5d3c2ecbd3..03e7cdf8987 100644
--- a/nixos/modules/services/misc/taskserver/helper-tool.py
+++ b/nixos/modules/services/misc/taskserver/helper-tool.py
@@ -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: