diff options
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 |