diff options
author | Mike Frysinger <vapier@google.com> | 2022-08-04 04:27:17 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2022-08-18 16:40:40 +0000 |
commit | 7fa8eedd8ff975a9cdc4a1c046a1cadb7b3d10c5 (patch) | |
tree | dc093cf55dfe06c8cbd4d439ac427d3591b93a04 /man/repo-sync.1 | |
parent | dede564c3dc62f985bc79b11a3dd78b220114683 (diff) | |
download | git-repo-7fa8eedd8ff975a9cdc4a1c046a1cadb7b3d10c5.tar.gz |
upload: add --push-options tips & doc link
Change-Id: Iee38a80974c53231d1e9f04f7f85b2d0bac96dbb
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/342354
Reviewed-by: LaMont Jones <lamontjones@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'man/repo-sync.1')
-rw-r--r-- | man/repo-sync.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/repo-sync.1 b/man/repo-sync.1 index 564f79be..9cc528dd 100644 --- a/man/repo-sync.1 +++ b/man/repo-sync.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
2 | .TH REPO "1" "July 2022" "repo sync" "Repo Manual" | 2 | .TH REPO "1" "August 2022" "repo sync" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repo sync - manual page for repo sync | 4 | repo \- repo sync - manual page for repo sync |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -20,11 +20,11 @@ number of CPU cores) | |||
20 | .TP | 20 | .TP |
21 | \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR | 21 | \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR |
22 | number of network jobs to run in parallel (defaults to | 22 | number of network jobs to run in parallel (defaults to |
23 | \fB\-\-jobs\fR) | 23 | \fB\-\-jobs\fR or 1) |
24 | .TP | 24 | .TP |
25 | \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR | 25 | \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR |
26 | number of local checkout jobs to run in parallel | 26 | number of local checkout jobs to run in parallel |
27 | (defaults to \fB\-\-jobs\fR) | 27 | (defaults to \fB\-\-jobs\fR or 8) |
28 | .TP | 28 | .TP |
29 | \fB\-f\fR, \fB\-\-force\-broken\fR | 29 | \fB\-f\fR, \fB\-\-force\-broken\fR |
30 | obsolete option (to be deleted in the future) | 30 | obsolete option (to be deleted in the future) |