From 3483fab948f0e75d662f9a7abb8cd1937998c255 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 27 Mar 2013 04:26:12 +0100 Subject: [PATCH 1/1] bootctl: rename status output header --- src/boot/bootctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index b916012b4..4ec5d8196 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"); -- 2.30.2