mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 15:03:59 +00:00
trivial: Show the update image in the CLI output
This commit is contained in:
parent
17c04e9824
commit
89e561c837
@ -1855,6 +1855,13 @@ fu_util_release_to_string(FwupdRelease *rel, guint idt)
|
|||||||
_("Update Message"),
|
_("Update Message"),
|
||||||
fwupd_release_get_update_message(rel));
|
fwupd_release_get_update_message(rel));
|
||||||
}
|
}
|
||||||
|
if (fwupd_release_get_update_image(rel) != NULL) {
|
||||||
|
fu_common_string_append_kv(str,
|
||||||
|
idt + 1,
|
||||||
|
/* TRANSLATORS: helpful image for the update */
|
||||||
|
_("Update Image"),
|
||||||
|
fwupd_release_get_update_image(rel));
|
||||||
|
}
|
||||||
|
|
||||||
/* TRANSLATORS: release attributes */
|
/* TRANSLATORS: release attributes */
|
||||||
title = _("Release Flags");
|
title = _("Release Flags");
|
||||||
|
Loading…
Reference in New Issue
Block a user