Skip to content

Commit 67cfb70

Browse files
fixed documentation
1 parent 4f54926 commit 67cfb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/block/access/password.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88

99
@click.command()
10-
@click.argument('access_id', help="allowed_host_id for the password you want to change")
10+
@click.argument('access_id', "")
1111
@click.option('--password', '-p', multiple=False,
1212
help='Password you want to set, this command will fail if the password is not strong')
1313
@environment.pass_env
1414
def cli(env, access_id, password):
15-
"""Modifies a password for a volume's access"""
15+
"""Modifies a password for a volume's access, requires the allowed_host_id for the password you want to change"""
1616
block_manager = SoftLayer.BlockStorageManager(env.client)
1717

1818
result = block_manager.set_credential_password(access_id=access_id, password=password)

0 commit comments

Comments
 (0)