summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-05-24 14:56:52 -0400
committerDavid Pursehouse <dpursehouse@digital.ai>2020-05-24 23:51:28 +0000
commit7ae210a15bcf319744c2f4c3a3ea19f63444f14c (patch)
treeafae26d818cf53feeded925d66b806c205bb3848
parent60fc51bb1dcf8970189a544c2ca75f2cdcfdb6f8 (diff)
downloadgit-repo-7ae210a15bcf319744c2f4c3a3ea19f63444f14c.tar.gz
sync: fix duplicate word in description
Bug: https://crbug.com/gerrit/12814 Change-Id: Id722eec9a59dded588f13bc605ce2c94b4047265 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/268739 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: David Pursehouse <dpursehouse@digital.ai>
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index a40dd5e0..408618f7 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -138,7 +138,7 @@ if the manifest server specified in the manifest file already includes
138credentials. 138credentials.
139 139
140By default, all projects will be synced. The --fail-fast option can be used 140By default, all projects will be synced. The --fail-fast option can be used
141to halt syncing as soon as possible when the the first project fails to sync. 141to halt syncing as soon as possible when the first project fails to sync.
142 142
143The --force-sync option can be used to overwrite existing git 143The --force-sync option can be used to overwrite existing git
144directories if they have previously been linked to a different 144directories if they have previously been linked to a different