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 <mreitz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Max Reitz 2018-10-19 18:49:29 +02:00 committed by Kevin Wolf
parent da3273adcd
commit 679be303f7
1 changed files with 1 additions and 1 deletions

2
vl.c
View File

@ -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",