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:
Knutsson Development
2026-04-10 17:18:18 +02:00
committed by Philippe Mathieu-Daudé
parent 3bec6b0bc4
commit 74f92ecfc8

View File

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