mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:56:38 +00:00
monitor: fix missing spaces in screendump help text
Signed-off-by: Knutsson Development <development@knutsson.it> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20260410151818.817298-1-development@knutsson.it> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
3bec6b0bc4
commit
74f92ecfc8
@@ -271,8 +271,8 @@ ERST
|
||||
.name = "screendump",
|
||||
.args_type = "filename:F,format:-fs,device:s?,head:i?",
|
||||
.params = "filename [-f format] [device [head]]",
|
||||
.help = "save screen from head 'head' of display device 'device'"
|
||||
"in specified format 'format' as image 'filename'."
|
||||
.help = "save screen from head 'head' of display device 'device' "
|
||||
"in specified format 'format' as image 'filename'. "
|
||||
"Currently only 'png' and 'ppm' formats are supported.",
|
||||
.cmd = hmp_screendump,
|
||||
.coroutine = true,
|
||||
|
||||
Reference in New Issue
Block a user