summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Shimizu <rosh@debian.org>2020-06-06 02:33:40 +0900
committerDavid Pursehouse <dpursehouse@digital.ai>2020-06-06 23:46:00 +0000
commitac29ac397fdaacd1bcec8fad59d3ad62a1a1867c (patch)
tree7ba85916bf67373c3cf46e7c0312fb34c30d264f
parentcebf227026d3ef9e849a7d7d54bef638544d65ad (diff)
downloadgit-repo-ac29ac397fdaacd1bcec8fad59d3ad62a1a1867c.tar.gz
subcmds/sync.py: Fix typo in help
Change-Id: I70b63477241284249e395b8b0a220cb6f44f836b Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/270183 Reviewed-by: Mike Frysinger <vapier@google.com> Reviewed-by: David Pursehouse <dpursehouse@digital.ai> Tested-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 408618f7..9a844021 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -142,7 +142,7 @@ to 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
145object direcotry. WARNING: This may cause data to be lost since 145object directory. WARNING: This may cause data to be lost since
146refs may be removed when overwriting. 146refs may be removed when overwriting.
147 147
148The --force-remove-dirty option can be used to remove previously used 148The --force-remove-dirty option can be used to remove previously used