Skip to content

Commit

Permalink
Replaced --protocol short option with --proto (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored Sep 19, 2018
1 parent 7a92e74 commit 6f645d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azext_iot/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 6f645d1

Please sign in to comment.