1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

bootctl: rename status output header

This commit is contained in:
Kay Sievers 2013-03-27 04:26:12 +01:00
parent 590888a0d0
commit 3483fab948

View File

@ -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");