Skip to content

Commit

Permalink
Update argument text message (#1303)
Browse files Browse the repository at this point in the history
Update argument text message
  • Loading branch information
SaurabhSharma-MSFT authored Oct 18, 2022
1 parent b8d92eb commit 53cab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/azext_devops/dev/repos/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 53cab54

Please sign in to comment.