From: Max Reitz Date: Fri, 19 Oct 2018 16:49:29 +0000 (+0200) Subject: fw_cfg: Drop newline in @file description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=679be303f7b40accfd8040c059680f253fc3c3b5;p=qemu.git fw_cfg: Drop newline in @file description There is no good reason why there should be a newline in this description, so remove it. Signed-off-by: Max Reitz Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Marc-André Lureau Signed-off-by: Kevin Wolf --- diff --git a/vl.c b/vl.c index bed97b92ac..03ed215d7b 100644 --- a/vl.c +++ b/vl.c @@ -537,7 +537,7 @@ static QemuOptsList qemu_fw_cfg_opts = { }, { .name = "file", .type = QEMU_OPT_STRING, - .help = "Sets the name of the file from which\n" + .help = "Sets the name of the file from which " "the fw_cfg blob will be loaded", }, { .name = "string",