From fcaad5a8e2a147017ad14da5f40664b9a4176933 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Tue, 9 Sep 2025 13:36:21 +0000 Subject: [PATCH] pvimg: Improve phrasing of '--cck' option documentation Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Steffen Eiden --- rust/pvimg/src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/pvimg/src/cli.rs b/rust/pvimg/src/cli.rs index 4bab0b06..ebde7957 100644 --- a/rust/pvimg/src/cli.rs +++ b/rust/pvimg/src/cli.rs @@ -344,8 +344,8 @@ pub struct CreateBootImageArgs { /// Use the content of FILE as the customer-communication key (CCK). /// - /// The file must contain exactly 32 bytes of data. This option used to be - /// called '--comm-key' in previous versions. + /// The file must contain exactly 32 bytes of data. In previous versions, + /// this option was called '--comm-key'. #[arg( long, value_name = "FILE",