From 394e64e4fbc7ff4f77fd241d5811acf2bdd5a998 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 12 Apr 2016 07:13:43 +0200 Subject: 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 --- nixos/modules/services/misc/taskserver/helper-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.4.1