On Fri, Apr 10, 2026 at 8:24 PM Brian Knutsson <development@knutsson.it> wrote:
>
> From: Knutsson Development <development@knutsson.it>
>
> Signed-off-by: Knutsson Development <development@knutsson.it>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
> hmp-commands.hx | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hmp-commands.hx b/hmp-commands.hx
> index 5cc4788f12..b6f3b8a796 100644
> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -257,8 +257,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,
> --
> 2.48.1
>
>
--
Marc-André Lureau