id128: clarify that the "well-known" IDs are about GPT partition types

At least for now they are all GPT partition types, and we should mention
that.
This commit is contained in:
Lennart Poettering 2021-09-10 10:32:25 +02:00
parent 6e86342bb8
commit 215e19eb27
2 changed files with 6 additions and 4 deletions

View file

@ -74,9 +74,11 @@
<citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
</para> </para>
<para>With <command>show</command>, well-known UUIDs are printed. When no arguments are specified, all <para>With <command>show</command>, well-known IDs are printed (for now, only GPT partition type UUIDs),
known UUIDs are shown. When arguments are specified, they must be the names or values of one or more along with brief identifier strings. When no arguments are specified, all known IDs are shown. When
known UUIDs, which are then printed.</para> 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>
<refsect1> <refsect1>

View file

@ -160,7 +160,7 @@ static int help(void) {
" machine-id Print the ID of current machine\n" " machine-id Print the ID of current machine\n"
" boot-id Print the ID of current boot\n" " boot-id Print the ID of current boot\n"
" invocation-id Print the ID of current invocation\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" " help Show this help\n"
"\nOptions:\n" "\nOptions:\n"
" -h --help Show this help\n" " -h --help Show this help\n"