From 08c7a9eb0306e108be1f80d57e781acc9f949fce Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Sat, 28 Sep 2019 19:27:33 +0100 Subject: [PATCH] Updated Sysadmin and UserCmd help strings Added name and fullname to the help strings for both the Sysadmin and UserCmd commands --- ckan/lib/cli.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ckan/lib/cli.py b/ckan/lib/cli.py index 2218f46f6d1..1793e56ecbb 100644 --- a/ckan/lib/cli.py +++ b/ckan/lib/cli.py @@ -689,8 +689,10 @@ class Sysadmin(CkanCommand): (prompts for password and email if not supplied). Field can be: apikey - password email + fullname + name (this will be the username) + password sysadmin remove USERNAME - removes user from sysadmins ''' @@ -776,8 +778,10 @@ class UserCmd(CkanCommand): - add a user (prompts for email and password if not supplied). Field can be: apikey - password email + fullname + name (this will be the username) + password user setpass USERNAME - set user password (prompts) user remove USERNAME - removes user from users user search QUERY - searches for a user name