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:
parent
590888a0d0
commit
3483fab948
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user