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: