Skip to content

Commit bd5896f

Browse files
committed
Fixed option typo bug
1 parent f4ed0d6 commit bd5896f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuretestcli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def blobstorage():
107107
@option('--blob_storage_account', '-a', required=True, help='Name of servicebus namespace')
108108
@option('--blob_storage_sas_name', '-p', required=True, help='Name of servicebus SAS policy with read access')
109109
@option('--blob_storage_sas_key', '-k', required=True, help='Key value of servicebus SAS policy with read access')
110-
@option('--', '-c', required=True, help='Blob container name')
110+
@option('--blob_storage_container', '-c', required=True, help='Blob container name')
111111
@option('--path', required=True, help='Blob path')
112112
def blobstorage_download(blob_storage_account, blob_storage_sas_name, blob_storage_sas_key, blob_storage_container, path):
113113
raise NotImplementedError

0 commit comments

Comments
 (0)