Skip to content

Commit 323ed2e

Browse files
Merge pull request #1218 from caberos/issue1217
fix the issue 1217 about globalip create ipv6
2 parents 867a04b + 90ecc36 commit 323ed2e

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)