diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-17 11:34:13 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-23 23:32:13 +0100 |
commit | dc972b0740714a9798fed0e20bc78efa0c5ad9a7 (patch) | |
tree | b554833455f93a7f0dbbe8ffd7628d20d135bef8 /man/systemd-id128.xml | |
parent | shared/gpt: export gpt_partition_type_uuid_{to,from}_string functions (diff) | |
download | systemd-dc972b0740714a9798fed0e20bc78efa0c5ad9a7.tar.xz systemd-dc972b0740714a9798fed0e20bc78efa0c5ad9a7.zip |
systemd-id128: add new verb to print GPT partitions UUIDs
Diffstat (limited to 'man/systemd-id128.xml')
-rw-r--r-- | man/systemd-id128.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemd-id128.xml b/man/systemd-id128.xml index a5ab31ad6d..747b703653 100644 --- a/man/systemd-id128.xml +++ b/man/systemd-id128.xml @@ -73,6 +73,10 @@ will be printed. This is available in systemd services. See <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. </para> + + <para>With <command>show</command>, well-known UUIDs are printed. When no arguments are specified, all + known UUIDs are shown. When arguments are specified, they must be the names or values of one or more + known UUIDs, which are then printed.</para> </refsect1> <refsect1> |