genprotimg: improve the --comm-key description

In the future, this key will be used for additional things than the
guest dump encryption.

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2023-06-28 12:37:55 +00:00
committed by Jan Höppner
parent 4ae68d0430
commit bc8a14895a
2 changed files with 6 additions and 6 deletions
+2 -3
View File
@@ -339,9 +339,8 @@ gint pv_args_parse_options(PvArgs *args, gint *argc, gchar **argv[],
.arg = G_OPTION_ARG_CALLBACK,
.arg_data = cb_set_string_option,
.description = _(
"FILE contains the key with which you encrypt\n" INDENT
"the PV guest dump (optional). Required by\n" INDENT
"the '--enable-dump' option."),
"FILE contains the customer communication key\n" INDENT
"(CCK) (optional)."),
.arg_description = _("FILE") },
{ .long_name = "crl",
.short_name = 0,