diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-09-10 10:32:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-09-10 13:39:16 +0200 |
commit | 215e19eb27991813acb363bdcff283b868da5619 (patch) | |
tree | 467eb766b1cd6e2a71cb718a0d0992a969cbc2c9 /src/id128 | |
parent | 6e86342bb82a7e77eb770ee2767c7ec4bca19437 (diff) | |
download | systemd-215e19eb27991813acb363bdcff283b868da5619.tar.gz |
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.
Diffstat (limited to 'src/id128')
-rw-r--r-- | src/id128/id128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id128/id128.c b/src/id128/id128.c index 89b944f8c0..484a72677d 100644 --- a/src/id128/id128.c +++ b/src/id128/id128.c @@ -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" |