Skip to content

Commit e6b12f0

Browse files
committed
fix comments
1 parent 15c258d commit e6b12f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/azure-cli/azure/cli/command_modules/acr

src/azure-cli/azure/cli/command_modules/acr/_params.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ def load_arguments(self, _): # pylint: disable=too-many-statements
299299
c.argument('replication_name', help='The name of the replication. Default to the location name.', completer=None)
300300

301301
for scope in ['acr replication create', 'acr replication update']:
302-
help_str = "Allow routing to this replication via the global endpoint. Requests will not be routed to a" \
303-
" disabled replication. Data syncing will continue regardless of the routing status."
302+
help_str = "Allow routing to this replication via the registry global endpoint. If disabled, requests" \
303+
" to the global endpoint will not be routed to the replica. Data syncing to the replica" \
304+
" will continue regardless of the global endpoint routing status."
304305
help_str += ' Default: true.' if 'create' in scope else '' # suffix help with default if command is for create
305306

306307
with self.argument_context(scope) as c:

0 commit comments

Comments
 (0)