Skip to content

Commit 79e2c8d

Browse files
NeetujKevin McDonald
authored andcommitted
correct arguement name
1 parent c600edd commit 79e2c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/loadbal/service_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@click.option('--healthcheck-type',
2525
required=True,
2626
help="The health check type")
27-
@click.option('--ip-address', '--ip',
27+
@click.option('--ip-address',
2828
required=True,
2929
help="The IP of the service")
3030
@environment.pass_env

0 commit comments

Comments
 (0)