summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/repo-manifest.18
1 files changed, 6 insertions, 2 deletions
diff --git a/man/repo-manifest.1 b/man/repo-manifest.1
index f2f7290d..74e09145 100644
--- a/man/repo-manifest.1
+++ b/man/repo-manifest.1
@@ -30,8 +30,8 @@ if in \fB\-r\fR mode, do not write the dest\-branch field
30(only of use if the branch names for a sha1 manifest 30(only of use if the branch names for a sha1 manifest
31are sensitive) 31are sensitive)
32.TP 32.TP
33\fB\-\-json\fR 33\fB\-\-format\fR=\fI\,FORMAT\/\fR
34output manifest in JSON format (experimental) 34output format: xml, json (default: xml)
35.TP 35.TP
36\fB\-\-pretty\fR 36\fB\-\-pretty\fR
37format output for humans to read 37format output for humans to read
@@ -78,6 +78,10 @@ set to the ref we were on when the manifest was generated. The 'dest\-branch'
78attribute is set to indicate the remote ref to push changes to via 'repo 78attribute is set to indicate the remote ref to push changes to via 'repo
79upload'. 79upload'.
80.PP 80.PP
81Multiple output formats are supported via \fB\-\-format\fR. The default output is XML,
82and formats are generally "condensed". Use \fB\-\-pretty\fR for more human\-readable
83variations.
84.PP
81repo Manifest Format 85repo Manifest Format
82.PP 86.PP
83A repo manifest describes the structure of a repo client; that is the 87A repo manifest describes the structure of a repo client; that is the