From 6f645d1579e03dcadbdb9f45b3ac3a62b95ae6a8 Mon Sep 17 00:00:00 2001 From: Ryan K Date: Tue, 18 Sep 2018 17:40:48 -0700 Subject: [PATCH] Replaced --protocol short option with --proto (#43) --- azext_iot/_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azext_iot/_params.py b/azext_iot/_params.py index 63ba1f18d..3cd4cfb2c 100644 --- a/azext_iot/_params.py +++ b/azext_iot/_params.py @@ -173,7 +173,7 @@ def load_arguments(self, _): arg_type=get_enum_type(SettleType), help='Indicates how to settle received cloud-to-device messages. ' 'Supported with HTTP only.') - context.argument('protocol_type', options_list=['--protocol', '-proto'], + context.argument('protocol_type', options_list=['--protocol', '--proto'], arg_type=get_enum_type(ProtocolType), help='Indicates device-to-cloud message protocol')