diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-27 04:26:12 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-27 13:55:09 +0100 |
commit | 3483fab948f0e75d662f9a7abb8cd1937998c255 (patch) | |
tree | 4ced375fa1a43b23797f559d6ff0e487e95271e3 | |
parent | 590888a0d0cb813714fa2a521e2ca711f75862fb (diff) |
bootctl: rename status output header
-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"); |