1
0
Fork 0

man: regen after sync updates

Change-Id: I20937c365b3f0be76e278d17c05b76a0d5e59deb
This commit is contained in:
Mike Frysinger 2025-08-21 10:40:14 -04:00
parent 58a59fdfbc
commit aa6741e7bf
2 changed files with 34 additions and 10 deletions

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man. .\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH REPO "1" "June 2025" "repo smartsync" "Repo Manual" .TH REPO "1" "August 2025" "repo smartsync" "Repo Manual"
.SH NAME .SH NAME
repo \- repo smartsync - manual page for repo smartsync repo \- repo smartsync - manual page for repo smartsync
.SH SYNOPSIS .SH SYNOPSIS
@ -20,12 +20,11 @@ number of CPU cores)
.TP .TP
\fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR
number of network jobs to run in parallel (defaults to number of network jobs to run in parallel (defaults to
\fB\-\-jobs\fR or 1). Ignored when \fB\-\-interleaved\fR is set \fB\-\-jobs\fR or 1). Ignored unless \fB\-\-no\-interleaved\fR is set
.TP .TP
\fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR
number of local checkout jobs to run in parallel number of local checkout jobs to run in parallel
(defaults to \fB\-\-jobs\fR or 8). Ignored when \fB\-\-interleaved\fR (defaults to \fB\-\-jobs\fR or 8). Ignored unless \fB\-\-nointerleaved\fR is set
is set
.TP .TP
\fB\-f\fR, \fB\-\-force\-broken\fR \fB\-f\fR, \fB\-\-force\-broken\fR
obsolete option (to be deleted in the future) obsolete option (to be deleted in the future)
@ -60,7 +59,10 @@ use the existing manifest checkout as\-is. (do not
update to the latest revision) update to the latest revision)
.TP .TP
\fB\-\-interleaved\fR \fB\-\-interleaved\fR
fetch and checkout projects in parallel (experimental) fetch and checkout projects in parallel (default)
.TP
\fB\-\-no\-interleaved\fR
fetch and checkout projects in phases
.TP .TP
\fB\-n\fR, \fB\-\-network\-only\fR \fB\-n\fR, \fB\-\-network\-only\fR
fetch only, don't update working tree fetch only, don't update working tree
@ -149,6 +151,16 @@ operate on this manifest and its submanifests
.TP .TP
\fB\-\-no\-repo\-verify\fR \fB\-\-no\-repo\-verify\fR
do not verify repo source code do not verify repo source code
.SS post\-sync hooks:
.TP
\fB\-\-no\-verify\fR
Do not run the post\-sync hook.
.TP
\fB\-\-verify\fR
Run the post\-sync hook without prompting.
.TP
\fB\-\-ignore\-hooks\fR
Do not abort if post\-sync hooks fail.
.PP .PP
Run `repo help smartsync` to view the detailed manual. Run `repo help smartsync` to view the detailed manual.
.SH DETAILS .SH DETAILS

View file

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man. .\" DO NOT MODIFY THIS FILE! It was generated by help2man.
.TH REPO "1" "June 2025" "repo sync" "Repo Manual" .TH REPO "1" "August 2025" "repo sync" "Repo Manual"
.SH NAME .SH NAME
repo \- repo sync - manual page for repo sync repo \- repo sync - manual page for repo sync
.SH SYNOPSIS .SH SYNOPSIS
@ -20,12 +20,11 @@ number of CPU cores)
.TP .TP
\fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR \fB\-\-jobs\-network\fR=\fI\,JOBS\/\fR
number of network jobs to run in parallel (defaults to number of network jobs to run in parallel (defaults to
\fB\-\-jobs\fR or 1). Ignored when \fB\-\-interleaved\fR is set \fB\-\-jobs\fR or 1). Ignored unless \fB\-\-no\-interleaved\fR is set
.TP .TP
\fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR \fB\-\-jobs\-checkout\fR=\fI\,JOBS\/\fR
number of local checkout jobs to run in parallel number of local checkout jobs to run in parallel
(defaults to \fB\-\-jobs\fR or 8). Ignored when \fB\-\-interleaved\fR (defaults to \fB\-\-jobs\fR or 8). Ignored unless \fB\-\-nointerleaved\fR is set
is set
.TP .TP
\fB\-f\fR, \fB\-\-force\-broken\fR \fB\-f\fR, \fB\-\-force\-broken\fR
obsolete option (to be deleted in the future) obsolete option (to be deleted in the future)
@ -60,7 +59,10 @@ use the existing manifest checkout as\-is. (do not
update to the latest revision) update to the latest revision)
.TP .TP
\fB\-\-interleaved\fR \fB\-\-interleaved\fR
fetch and checkout projects in parallel (experimental) fetch and checkout projects in parallel (default)
.TP
\fB\-\-no\-interleaved\fR
fetch and checkout projects in phases
.TP .TP
\fB\-n\fR, \fB\-\-network\-only\fR \fB\-n\fR, \fB\-\-network\-only\fR
fetch only, don't update working tree fetch only, don't update working tree
@ -156,6 +158,16 @@ operate on this manifest and its submanifests
.TP .TP
\fB\-\-no\-repo\-verify\fR \fB\-\-no\-repo\-verify\fR
do not verify repo source code do not verify repo source code
.SS post\-sync hooks:
.TP
\fB\-\-no\-verify\fR
Do not run the post\-sync hook.
.TP
\fB\-\-verify\fR
Run the post\-sync hook without prompting.
.TP
\fB\-\-ignore\-hooks\fR
Do not abort if post\-sync hooks fail.
.PP .PP
Run `repo help sync` to view the detailed manual. Run `repo help sync` to view the detailed manual.
.SH DETAILS .SH DETAILS