From 2aa9071aedde6d22ac08957de5d075e58d549e5f Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Mon, 3 Jul 2023 11:17:30 +0000 Subject: [PATCH] genprotimg: help: add missing period MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- genprotimg/src/pv/pv_args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genprotimg/src/pv/pv_args.c b/genprotimg/src/pv/pv_args.c index c2398175..bebe4d18 100644 --- a/genprotimg/src/pv/pv_args.c +++ b/genprotimg/src/pv/pv_args.c @@ -280,7 +280,7 @@ gint pv_args_parse_options(PvArgs *args, gint *argc, gchar **argv[], .arg_data = &args->host_keys, .description = _("FILE specifies a host-key document. At least\n" INDENT - "one is required Specify this option multiple times\n" INDENT + "one is required. Specify this option multiple times\n" INDENT "to enable the image to run on more than one host."), .arg_description = _("FILE") }, { .long_name = "cert",