fix slight typo in v3-to-v4 docs

This commit is contained in:
VICIWUOHA 2024-06-24 23:12:15 +01:00
parent af8126a4a0
commit 28cf42fdaa
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ own style: either `-flag` or `--flag` were accepted. git-sync v4 only accepts
long flag names in the more common two-dash style (`--flag`), and accepts short long flag names in the more common two-dash style (`--flag`), and accepts short
(single-character) flags in the one-dash style (`-v 2`). (single-character) flags in the one-dash style (`-v 2`).
The following does not detail every flag available in v4 - just the one that The following does not detail every flag available in v4 - just the ones that
existed in v3 and are different in v4. existed in v3 and are different in v4.
### Verbosity: `--v` -> `-v` or `--verbose` ### Verbosity: `--v` -> `-v` or `--verbose`
@ -164,7 +164,7 @@ though the old names are still accepted for compatibility.
### Depth ### Depth
git-sync v3 would sync the entire history of the remote repo by default. v4 git-sync v3 would sync the entire history of the remote repo by default. v4
syncs just one commit, by default. This can be a significant performance and syncs just one commit by default. This can be a significant performance and
disk-space savings for large repos. Users who want the full history can disk-space savings for large repos. Users who want the full history can
specify `--depth=0`. specify `--depth=0`.