diff options
author | Roger Shimizu <rosh@debian.org> | 2020-06-06 02:33:40 +0900 |
---|---|---|
committer | David Pursehouse <dpursehouse@digital.ai> | 2020-06-06 23:46:00 +0000 |
commit | ac29ac397fdaacd1bcec8fad59d3ad62a1a1867c (patch) | |
tree | 7ba85916bf67373c3cf46e7c0312fb34c30d264f /subcmds | |
parent | cebf227026d3ef9e849a7d7d54bef638544d65ad (diff) | |
download | git-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>
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 2 |
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 | ||
143 | The --force-sync option can be used to overwrite existing git | 143 | The --force-sync option can be used to overwrite existing git |
144 | directories if they have previously been linked to a different | 144 | directories if they have previously been linked to a different |
145 | object direcotry. WARNING: This may cause data to be lost since | 145 | object directory. WARNING: This may cause data to be lost since |
146 | refs may be removed when overwriting. | 146 | refs may be removed when overwriting. |
147 | 147 | ||
148 | The --force-remove-dirty option can be used to remove previously used | 148 | The --force-remove-dirty option can be used to remove previously used |