Skip to content

Commit 744213a

Browse files
committed
improve user notifications docs
1 parent e423d6b commit 744213a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SoftLayer/CLI/user/edit_notifications.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
@click.argument('notification', nargs=-1, required=True)
1414
@environment.pass_env
1515
def cli(env, enable, notification):
16-
"""Enable or Disable specific notifications.
16+
"""Enable or Disable specific notifications for the active user.
17+
Notification names should be enclosed in quotation marks.
1718
1819
Example::
1920

SoftLayer/CLI/user/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@click.command()
1010
@environment.pass_env
1111
def cli(env):
12-
"""User Notifications."""
12+
"""My Notifications."""
1313

1414
mgr = SoftLayer.UserManager(env.client)
1515

0 commit comments

Comments
 (0)