diff options
Diffstat (limited to 'man/repo-rebase.1')
-rw-r--r-- | man/repo-rebase.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/man/repo-rebase.1 b/man/repo-rebase.1 index aa261036..e4ff344a 100644 --- a/man/repo-rebase.1 +++ b/man/repo-rebase.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 2021" "repo rebase" "Repo Manual" | 2 | .TH REPO "1" "July 2022" "repo rebase" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repo rebase - manual page for repo rebase | 4 | repo \- repo rebase - manual page for repo rebase |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -46,6 +46,19 @@ only show errors | |||
46 | .TP | 46 | .TP |
47 | \fB\-i\fR, \fB\-\-interactive\fR | 47 | \fB\-i\fR, \fB\-\-interactive\fR |
48 | interactive rebase (single project only) | 48 | interactive rebase (single project only) |
49 | .SS Multi\-manifest options: | ||
50 | .TP | ||
51 | \fB\-\-outer\-manifest\fR | ||
52 | operate starting at the outermost manifest | ||
53 | .TP | ||
54 | \fB\-\-no\-outer\-manifest\fR | ||
55 | do not operate on outer manifests | ||
56 | .TP | ||
57 | \fB\-\-this\-manifest\-only\fR | ||
58 | only operate on this (sub)manifest | ||
59 | .TP | ||
60 | \fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR | ||
61 | operate on this manifest and its submanifests | ||
49 | .PP | 62 | .PP |
50 | Run `repo help rebase` to view the detailed manual. | 63 | Run `repo help rebase` to view the detailed manual. |
51 | .SH DETAILS | 64 | .SH DETAILS |