Merge pull request #904 from VICIWUOHA/dev-viciwuoha-fix

Fix Slight Typos In Docs
This commit is contained in:
Kubernetes Prow Robot 2024-06-24 16:56:32 -07:00 committed by GitHub
commit de02f72cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ program can abort if an invalid flag is specified, but a misspelled environment
variable will just be ignored. We've tried to stay backwards-compatible across
major versions (by accepting deprecated flags and environment variables), but
some things have evolved, and users are encouraged to use the most recent flags
for their major verion.
for their major version.
### Volumes

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
(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.
### Verbosity: `--v` -> `-v` or `--verbose`
@ -164,7 +164,7 @@ though the old names are still accepted for compatibility.
### Depth
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
specify `--depth=0`.