Roger Shimizu | 0a1f533 | 2021-06-20 21:41:05 +0900 | [diff] [blame] | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
Mike Frysinger | d47d9ff | 2022-07-10 05:15:19 -0400 | [diff] [blame] | 2 | .TH REPO "1" "July 2022" "repo selfupdate" "Repo Manual" |
Roger Shimizu | 0a1f533 | 2021-06-20 21:41:05 +0900 | [diff] [blame] | 3 | .SH NAME |
| 4 | repo \- repo selfupdate - manual page for repo selfupdate |
| 5 | .SH SYNOPSIS |
| 6 | .B repo |
| 7 | \fI\,selfupdate\/\fR |
| 8 | .SH DESCRIPTION |
| 9 | Summary |
| 10 | .PP |
| 11 | Update repo to the latest version |
| 12 | .SH OPTIONS |
| 13 | .TP |
| 14 | \fB\-h\fR, \fB\-\-help\fR |
| 15 | show this help message and exit |
| 16 | .SS Logging options: |
| 17 | .TP |
| 18 | \fB\-v\fR, \fB\-\-verbose\fR |
| 19 | show all output |
| 20 | .TP |
| 21 | \fB\-q\fR, \fB\-\-quiet\fR |
| 22 | only show errors |
Mike Frysinger | d47d9ff | 2022-07-10 05:15:19 -0400 | [diff] [blame] | 23 | .SS Multi\-manifest options: |
| 24 | .TP |
| 25 | \fB\-\-outer\-manifest\fR |
| 26 | operate starting at the outermost manifest |
| 27 | .TP |
| 28 | \fB\-\-no\-outer\-manifest\fR |
| 29 | do not operate on outer manifests |
| 30 | .TP |
| 31 | \fB\-\-this\-manifest\-only\fR |
| 32 | only operate on this (sub)manifest |
| 33 | .TP |
| 34 | \fB\-\-no\-this\-manifest\-only\fR, \fB\-\-all\-manifests\fR |
| 35 | operate on this manifest and its submanifests |
Roger Shimizu | 0a1f533 | 2021-06-20 21:41:05 +0900 | [diff] [blame] | 36 | .SS repo Version options: |
| 37 | .TP |
| 38 | \fB\-\-no\-repo\-verify\fR |
| 39 | do not verify repo source code |
| 40 | .PP |
| 41 | Run `repo help selfupdate` to view the detailed manual. |
| 42 | .SH DETAILS |
| 43 | .PP |
| 44 | The 'repo selfupdate' command upgrades repo to the latest version, if a newer |
| 45 | version is available. |
| 46 | .PP |
| 47 | Normally this is done automatically by 'repo sync' and does not need to be |
| 48 | performed by an end\-user. |