build-commit-from: Document missing options

Document --end-of-life, --timestamp and --disable-fsync.

Closes: #2498
Approved by: matthiasclasen
This commit is contained in:
Matthias Clasen
2018-12-22 12:07:43 -05:00
committed by Atomic Bot
parent 16cf081f97
commit a35030ab5e

View File

@@ -183,6 +183,32 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--end-of-life=REASON</option></term>
<listitem><para>
Mark build as end-of-life
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--timestamp=TIMESTAMP</option></term>
<listitem><para>
Override the timestamp of the commit. Use an ISO 8601 formatted
date, or NOW for the current time
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--disable-fsync</option></term>
<listitem><para>
Don't fsync when writing to the repository. This can result in data loss in exceptional situations, but can improve performance when
working with temporary or test repositories.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>