From d7f92d8c1c336bfe70185632adc4d9c81845f6bb Mon Sep 17 00:00:00 2001 From: SaurabhSharma-MSFT <38112130+SaurabhSharma-MSFT@users.noreply.github.com> Date: Mon, 17 Oct 2022 16:15:52 -0700 Subject: [PATCH] Update argument text message Update argument text message --- azure-devops/azext_devops/dev/repos/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-devops/azext_devops/dev/repos/arguments.py b/azure-devops/azext_devops/dev/repos/arguments.py index 8c7e4c74..96d87d03 100644 --- a/azure-devops/azext_devops/dev/repos/arguments.py +++ b/azure-devops/azext_devops/dev/repos/arguments.py @@ -22,7 +22,7 @@ def load_code_arguments(self, _): with self.argument_context('repos policy') as context: context.argument('policy_configuration', options_list=('--policy-configuration', '--config'), help='Local file path for configuration file. ' + - 'Please use / backslash when typing in directory path. ') + 'Please use backslash(\) when typing in directory path. ') context.argument('policy_id', options_list=('--policy-id', '--id'), help='ID of the policy.') context.argument('repository_id', help='Id of the repository on which to apply the policy')