diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/repo-manifest.1 | 8 |
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 |
31 | are sensitive) | 31 | are sensitive) |
32 | .TP | 32 | .TP |
33 | \fB\-\-json\fR | 33 | \fB\-\-format\fR=\fI\,FORMAT\/\fR |
34 | output manifest in JSON format (experimental) | 34 | output format: xml, json (default: xml) |
35 | .TP | 35 | .TP |
36 | \fB\-\-pretty\fR | 36 | \fB\-\-pretty\fR |
37 | format output for humans to read | 37 | format output for humans to read |
@@ -78,6 +78,10 @@ set to the ref we were on when the manifest was generated. The 'dest\-branch' | |||
78 | attribute is set to indicate the remote ref to push changes to via 'repo | 78 | attribute is set to indicate the remote ref to push changes to via 'repo |
79 | upload'. | 79 | upload'. |
80 | .PP | 80 | .PP |
81 | Multiple output formats are supported via \fB\-\-format\fR. The default output is XML, | ||
82 | and formats are generally "condensed". Use \fB\-\-pretty\fR for more human\-readable | ||
83 | variations. | ||
84 | .PP | ||
81 | repo Manifest Format | 85 | repo Manifest Format |
82 | .PP | 86 | .PP |
83 | A repo manifest describes the structure of a repo client; that is the | 87 | A repo manifest describes the structure of a repo client; that is the |