Hi Brian,
On 10/4/26 17:18, Brian Knutsson wrote:
From: Knutsson Development <[email protected]>
Signed-off-by: Knutsson Development <[email protected]>
Did you meant ' Brian F. Knutsson <[email protected]>' here?
Anyhow, patch queued, thanks.
---
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,