mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 16:03:42 +08:00
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:
parent
6e86342bb8
commit
215e19eb27
@ -74,9 +74,11 @@
|
||||
<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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user