From 5be8fe9e915b5a89e781c1e40a675e35434d8570 Mon Sep 17 00:00:00 2001 From: Paymaun Date: Fri, 14 Jan 2022 11:14:46 -0800 Subject: [PATCH] Improve language for target condition in case of none. (#483) --- azext_iot/_params.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azext_iot/_params.py b/azext_iot/_params.py index 1b0e24d13..4cd06f741 100644 --- a/azext_iot/_params.py +++ b/azext_iot/_params.py @@ -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", @@ -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",