mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
pvimg: Add comment why cck and not cck-available is required
Add a comment to the code to explain why cck and not cck-available is required. 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
6c67f05ca7
commit
367ca6e16b
@@ -154,6 +154,9 @@ pub struct CreateBootImageLegacyFlags {
|
||||
/// Add-secret requests must provide an extension secret that matches the
|
||||
/// CCK-derived extension secret. This option requires the '--cck'
|
||||
/// option.
|
||||
// Note: We intentionally require 'cck' (not 'cck-available') because
|
||||
// enable-cck-extension-secret cannot be used together with
|
||||
// --enable-cck-update.
|
||||
#[arg(long, action = clap::ArgAction::SetTrue, requires="cck", group="header-flags")]
|
||||
pub enable_cck_extension_secret: Option<bool>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user