summaryrefslogtreecommitdiff
path: root/man/ostree-commit.xml
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2020-07-31 11:52:39 +0200
committerStefan Agner <stefan.agner@toradex.com>2020-07-31 11:54:19 +0200
commitb94c3ae79f2ffa3670e4c3f215a2d0d39b551ca6 (patch)
tree326aa288f4d247abacf0a10e9298729d093f4ad5 /man/ostree-commit.xml
parent999f9a2b2de35c89d500badc288f2237c1bfedc2 (diff)
downloadostree-b94c3ae79f2ffa3670e4c3f215a2d0d39b551ca6.tar.gz
man: add missing options to the ostree-commit man page
Add missing parameter to the ostree-commit man page. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'man/ostree-commit.xml')
-rw-r--r--man/ostree-commit.xml34
1 files changed, 33 insertions, 1 deletions
diff --git a/man/ostree-commit.xml b/man/ostree-commit.xml
index b0c5b335..ab5d3415 100644
--- a/man/ostree-commit.xml
+++ b/man/ostree-commit.xml
@@ -83,6 +83,14 @@ Boston, MA 02111-1307, USA.
</varlistentry>
<varlistentry>
+ <term><option>--body-file</option>, <option>-F</option>="FILE"</term>
+
+ <listitem><para>
+ Full commit description from a file. (optional)
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--editor</option>, <option>-e</option></term>
<listitem><para>
@@ -99,6 +107,14 @@ Boston, MA 02111-1307, USA.
</varlistentry>
<varlistentry>
+ <term><option>--parent</option>="COMMIT"</term>
+
+ <listitem><para>
+ Parent checksum or "none" to explicitly use no parent. If not specified, <literal>BRANCH</literal> is used as parent (no parent in case <literal>BRANCH</literal> does not exist).
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--tree</option>="dir=PATH" or "tar=TARFILE" or "ref=COMMIT"</term>
<listitem><para>
@@ -119,7 +135,23 @@ Boston, MA 02111-1307, USA.
<term><option>--add-metadata-string</option>="KEY=VALUE"</term>
<listitem><para>
- Add a key/value pair to metadata.
+ Add a key/value pair to metadata. Can be specified multiple times.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--add-metadata</option>="KEY=VALUE"</term>
+
+ <listitem><para>
+ Add a key/value pair to metadata, where the KEY is a string, and VALUE is g_variant_parse() formatted. Can be specified multiple times.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--keep-metadata</option>="KEY"</term>
+
+ <listitem><para>
+ Keep metadata KEY and its associated VALUE from parent. Can be specified multiple times.
</para></listitem>
</varlistentry>