Skip to content

Commit d730b0a

Browse files
Merge branch 'issues1315' of github.com:allmightyspiff/softlayer-python into issues1315
2 parents 3e34733 + 485d9f9 commit d730b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/config/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_api_key(client, username, secret): # pylint: disable=inconsistent-retur
4747

4848

4949
@click.command()
50-
@click.option('--auth', type=click.Choice(['ibmid', 'cloud_key', 'classic_key', 'sso']),
50+
@click.option('-a', '--auth', type=click.Choice(['ibmid', 'cloud_key', 'classic_key', 'sso']),
5151
help="Select a method of authentication.", default='classic_key', show_default=True)
5252
@environment.pass_env
5353
def cli(env, auth):

0 commit comments

Comments
 (0)