mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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:
parent
da3273adcd
commit
679be303f7
1 changed files with 1 additions and 1 deletions
2
vl.c
2
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue