Skip to content

Commit 044c973

Browse files
author
Brian Flores
committed
updated descriptions
1 parent 06e95c0 commit 044c973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/user/remove_access.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""User remove access to devices."""
1+
"""Removes a user access to a given device."""
22
# :license: MIT, see LICENSE for more details.
33

44
import click
@@ -15,7 +15,7 @@
1515
@click.option('--dedicated', help="Dedicated host ID ")
1616
@environment.pass_env
1717
def cli(env, identifier, hardware, virtual, dedicated):
18-
"""Remove access from a user to an specific device.
18+
"""Removes a user access to a given device.
1919
2020
Example: slcli user remove-access 123456 --hardware 123456789
2121
"""

0 commit comments

Comments
 (0)