Skip to content

Commit 90ecc36

Browse files
Daniel Cabero BarriosDaniel Cabero Barrios
authored andcommitted
fix the issue 1217 about globalip create ipv6
1 parent 01f580f commit 90ecc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/globalip/create.py

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

1111

1212
@click.command()
13-
@click.option('--v6', '--ipv6', is_flag=True, help='Order a IPv6 IP')
13+
@click.option('-v6', '--ipv6', is_flag=True, help='Order a IPv6 IP')
1414
@click.option('--test', help='test order')
1515
@environment.pass_env
1616
def cli(env, ipv6, test):

0 commit comments

Comments
 (0)