@samitouri / QOSamiQemu / commits / 74f92ecfc8

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>

Knutsson Development committed Apr 10, 2026 at 17:18 UTC 74f92ecfc8888d2008d82e5f76621781f2f27e67
1 file changed +2 -2
hmp-commands.hx
+2 -2
@@ -271,8 +271,8 @@ ERST
271 .name = "screendump",
272 .args_type = "filename:F,format:-fs,device:s?,head:i?",
273 .params = "filename [-f format] [device [head]]",
274 - .help = "save screen from head 'head' of display device 'device'"
275 - "in specified format 'format' as image 'filename'."
274 + .help = "save screen from head 'head' of display device 'device' "
275 + "in specified format 'format' as image 'filename'. "
276 "Currently only 'png' and 'ppm' formats are supported.",
277 .cmd = hmp_screendump,
278 .coroutine = true,