Skip to content

Commit e61c34b

Browse files
fixed documentation
1 parent 67cfb70 commit e61c34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/access/password.py

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

88

99
@click.command()
10-
@click.argument('access_id', "")
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

0 commit comments

Comments
 (0)