Skip to content

Commit

Permalink
Updated Sysadmin and UserCmd help strings
Browse files Browse the repository at this point in the history
Added name and fullname to the help strings for both the Sysadmin and UserCmd commands
  • Loading branch information
wood-chris committed Sep 28, 2019
1 parent 51e4130 commit 08c7a9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ckan/lib/cli.py
Expand Up @@ -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
'''

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 08c7a9e

Please sign in to comment.