Skip to content

Commit

Permalink
Improve language for target condition in case of none. (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Jan 14, 2022
1 parent a5fe63c commit 5be8fe9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azext_iot/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,8 @@ def load_arguments(self, _):
context.argument(
"target_condition",
options_list=["--target-condition", "--tc", "-t"],
help="Target condition in which a device configuration applies to.",
help="Target condition in which a device or module configuration applies to. "
"Configurations with no target condition will target no device or module.",
)
context.argument(
"priority",
Expand Down Expand Up @@ -770,7 +771,8 @@ def load_arguments(self, _):
context.argument(
"target_condition",
options_list=["--target-condition", "--tc", "-t"],
help="Target condition in which an Edge deployment applies to.",
help="Target condition in which an edge deployment applies to. Deployments with no target condition "
"will target no device.",
)
context.argument(
"priority",
Expand Down

0 comments on commit 5be8fe9

Please sign in to comment.