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