diff options
-rw-r--r-- | src/boot/bootctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index b916012b40..4ec5d8196d 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -143,8 +143,8 @@ static int show_status(char **args, unsigned n) { err = boot_info_query(info); - printf("Machine:\n"); - printf(" ID: %s\n", sd_id128_to_string(info->machine_id, buf)); + printf("Identification:\n"); + printf(" Machine ID: %s\n", sd_id128_to_string(info->machine_id, buf)); printf(" Boot ID: %s\n", sd_id128_to_string(info->boot_id, buf)); printf("\n"); |