diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-07-22 12:21:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-07-22 12:59:36 +0200 |
commit | 487ddeb8bc1a05816802adb2d5a9dc4416b386fe (patch) | |
tree | b4924d26c0ff4f968c964c21909e25c8eef087f9 /man/systemd-machine-id-setup.xml | |
parent | 4b1afed01f092a2c6903b69205ca2ba99ead0d1d (diff) | |
download | systemd-487ddeb8bc1a05816802adb2d5a9dc4416b386fe.tar.gz |
machine-id-setup: add new --print switch
If specified we'll simply output the used machine ID.
Diffstat (limited to 'man/systemd-machine-id-setup.xml')
-rw-r--r-- | man/systemd-machine-id-setup.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index bfcd74f436..749987a937 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -151,6 +151,12 @@ early boot service.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--print</option></term> + + <listitem><para>Print the machine ID generated or commited after the operation is complete.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |