Skip to content

Commit cf4c884

Browse files
updating documentation
1 parent 7babcc5 commit cf4c884

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/cli/users.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ Shows things that are logged in the Event_Log service. Logins, reboots, reloads,
5858

5959
.. _cli_user_permissions:
6060

61-
user permissions
62-
----------------
63-
64-
Will list off all permission keyNames, along with wich usernames have that permissions.
65-
6661
user permissions <user>
6762
^^^^^^^^^^^^^^^^^^^^^^^
6863
Will list off all permission keyNames, along with which are assigned to that specific user.
@@ -85,13 +80,14 @@ user edit-details
8580
-----------------
8681
Edit a User's details
8782

88-
JSON strings should be enclosed in '' and each item should be enclosed in ""
83+
JSON strings should be enclosed in '' and each item should be enclosed in "\"
8984

9085
::
9186
slcli user edit-details testUser -t '{"firstName": "Test", "lastName": "Testerson"}'
9287

9388
Options
9489
^^^^^^^
95-
-t, --template TEXT A json string describing https://softlayer.github.io/reference/datatypes/SoftLayer_User_Customer/ [required]
90+
-t, --template TEXT A json string describing `SoftLayer_User_Customer
91+
https://softlayer.github.io/reference/datatypes/SoftLayer_User_Customer/`_. [required]
9692
-h, --help Show this message and exit.
9793

0 commit comments

Comments
 (0)