mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
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>
This commit is contained in:
parent
999f9a2b2d
commit
b94c3ae79f
@ -82,6 +82,14 @@ Boston, MA 02111-1307, USA.
|
||||
</para></listitem>
|
||||
</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>
|
||||
|
||||
@ -98,6 +106,14 @@ Boston, MA 02111-1307, USA.
|
||||
</para></listitem>
|
||||
</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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user