From: Knutsson Development <[email protected]>
Signed-off-by: Knutsson Development <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hmp-commands.hx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hmp-commands.hx b/hmp-commands.hx
index c3a1a95c5fb..0d780e6da30 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -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,
--
2.53.0