mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
pvimg: Improve long help message of the info subcommand
Improve the long help message of the 'info' subcommand. Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <marc@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
b5c4ff68d7
commit
78fdf56d38
@@ -587,8 +587,17 @@ pub enum SubCommands {
|
||||
|
||||
/// Print information about the IBM Secure Execution image.
|
||||
///
|
||||
/// Note that the API and output format is experimental and subject to
|
||||
/// change.
|
||||
/// The 'info' subcommand extracts and displays information about an
|
||||
/// existing IBM Secure Execution image, including information from the
|
||||
/// Secure Execution header. By default, the header is displayed without
|
||||
/// verifying its integrity and authenticity. Use '--hdr-key' to
|
||||
/// authenticate and verify the header integrity.
|
||||
///
|
||||
/// Output can be formatted as human-readable text or JSON. Use '--format'
|
||||
/// to control the output format and level of detail.
|
||||
///
|
||||
/// SECURITY NOTE: Without '--hdr-key', the displayed information is NOT
|
||||
/// verified and should not be trusted.
|
||||
Info(InfoArgs),
|
||||
|
||||
/// Test different aspects of an existing IBM Secure Execution image.
|
||||
|
||||
Reference in New Issue
Block a user