diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 15:07:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 15:07:24 +0200 |
commit | 984bf9312e3f2c7cc165b54546270ce7804d5a4d (patch) | |
tree | f3b17af9bab1d958493271465351fcf563bd7d45 /man/systemd-machine-id-setup.xml | |
parent | 2c4ff63406c80839c6c8e838c1279934a0bc150e (diff) |
machine-id-setup: add the usual command line parameters
Diffstat (limited to 'man/systemd-machine-id-setup.xml')
-rw-r--r-- | man/systemd-machine-id-setup.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index b6b236ac7e..36e6c55335 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -92,7 +92,25 @@ <refsect1> <title>Options</title> - <para>This tool does not take any options or arguments.</para> + <para>The following options are understood:</para> + + <variablelist> + <varlistentry> + <term><option>-h</option></term> + <term><option>--help</option></term> + + <listitem><para>Prints a short help + text and exits.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>--version</option></term> + + <listitem><para>Prints a short version + string and exits.</para></listitem> + </varlistentry> + </variablelist> + </refsect1> <refsect1> |