Skip to content

Commit de21d24

Browse files
committed
Updating help message
1 parent 53d992d commit de21d24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SoftLayer/CLI/user/delete.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
@click.argument('identifier')
1313
@environment.pass_env
1414
def cli(env, identifier):
15-
"""Delete a User.
15+
"""Sets a user's status to CANCEL_PENDING, which will immediately disable the account,
16+
17+
and will eventually be fully removed from the account by an automated internal process.
1618
1719
Example: slcli user delete userId
1820
"""

0 commit comments

Comments
 (0)