Skip to content

Commit 15400f0

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent 9868a9d commit 15400f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/hardware/add_notification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@click.command(cls=SoftLayer.CLI.command.SLCommand, )
1313
@click.argument('identifier')
14-
@click.option('--users', multiple=True,
14+
@click.option('--users', multiple=True, required=True,
1515
help='UserId to be notified on monitoring failure.')
1616
@environment.pass_env
1717
def cli(env, identifier, users):

0 commit comments

Comments
 (0)