]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
id128: clarify that the "well-known" IDs are about GPT partition types
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Sep 2021 08:32:25 +0000 (10:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Sep 2021 11:39:16 +0000 (13:39 +0200)
At least for now they are all GPT partition types, and we should mention
that.

man/systemd-id128.xml
src/id128/id128.c

index 21cbf1604f0fc1629c5bc6555611611767dec926..5fc78a44fe55d140b0456b1f3db6f20fe54f23bd 100644 (file)
     <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>
+    <para>With <command>show</command>, well-known IDs are printed (for now, only GPT partition type UUIDs),
+    along with brief identifier strings. When no arguments are specified, all known IDs are shown. When
+    arguments are specified, they must be the identifiers or ID values of one or more known IDs, which are
+    then printed. Combine with <option>--uuid</option> to list the IDs in UUID style, i.e. the way GPT
+    partition type UUIDs are usually shown.</para>
   </refsect1>
 
   <refsect1>
index 89b944f8c037afb6ef605082c44553ce5ae62e34..484a72677d76fd7e806cfca1d41ae231726e0eed 100644 (file)
@@ -160,7 +160,7 @@ static int help(void) {
                "  machine-id              Print the ID of current machine\n"
                "  boot-id                 Print the ID of current boot\n"
                "  invocation-id           Print the ID of current invocation\n"
-               "  show [NAME]             Print one or more well-known IDs\n"
+               "  show [NAME]             Print one or more well-known GPT partition type IDs\n"
                "  help                    Show this help\n"
                "\nOptions:\n"
                "  -h --help               Show this help\n"