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>

aszlig 394e64e4 e06dd999

+1 -1
+1 -1
nixos/modules/services/misc/taskserver/helper-tool.py
··· 570 570 and print the key of the new user. 571 571 572 572 The client certificate along with it's public key can be shown via the 573 - 'export-user' subcommand. 573 + 'user export' subcommand. 574 574 """ 575 575 userobj = organisation.add_user(user) 576 576 if userobj is None: