diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-18 15:24:23 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-11-18 16:44:10 +0100 |
commit | a1db5bbc971b6d208f428100d32b6599fd3f647d (patch) | |
tree | 101f56d26d0a8c1fef75424a5121c41e0157b0a0 /man/systemd-id128.xml | |
parent | udevadm: ignore EROFS and return earlier (diff) | |
download | systemd-a1db5bbc971b6d208f428100d32b6599fd3f647d.tar.xz systemd-a1db5bbc971b6d208f428100d32b6599fd3f647d.zip |
man: add entry for systemd-id128 --uuid
Diffstat (limited to 'man/systemd-id128.xml')
-rw-r--r-- | man/systemd-id128.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd-id128.xml b/man/systemd-id128.xml index b6906b0dc3..7b07d53561 100644 --- a/man/systemd-id128.xml +++ b/man/systemd-id128.xml @@ -99,6 +99,16 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>-u</option></term> + <term><option>--uuid</option></term> + + <listitem><para>Generate output as an UUID formatted in the "canonical representation", with five + groups of digits seperated by hyphens. See the + <ulink url="https://en.wikipedia.org/wiki/Universally_unique_identifier#Format">wikipedia</ulink> + for more discussion.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> |