diff mbox

[v2,1/2] HMP: fix doc of dump-guest-memory

Message ID 1397638281-22250-2-git-send-email-qiaonuohan@cn.fujitsu.com
State New
Headers show

Commit Message

Qiao Nuohan April 16, 2014, 8:51 a.m. UTC
Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
---
 hmp-commands.hx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/hmp-commands.hx b/hmp-commands.hx
index 0da8f28..ca5737b 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1000,10 +1000,10 @@  ETEXI
         .name       = "dump-guest-memory",
         .args_type  = "paging:-p,filename:F,begin:i?,length:i?",
         .params     = "[-p] filename [begin length]",
-        .help       = "dump guest memory into file 'filename'\n\t\t\t"
-                      "-p: do paging to get guest's memory mapping\n\t\t\t"
-                      "begin: the starting physical address\n\t\t\t"
-                      "length: the memory size, in bytes",
+        .help       = "dump guest memory into file 'filename'.\n\t\t\t"
+                      "-p: do paging to get guest's memory mapping.\n\t\t\t"
+                      "begin: the starting physical address.\n\t\t\t"
+                      "length: the memory size, in bytes.",
         .mhandler.cmd = hmp_dump_guest_memory,
     },
 
@@ -1013,8 +1013,8 @@  STEXI
 @findex dump-guest-memory
 Dump guest memory to @var{filename}. The file can be processed with crash or
 gdb.
-        -p: do paging to get guest's memory mapping
-  filename: dump file name
+        -p: do paging to get guest's memory mapping.
+  filename: dump file name.
      begin: the starting physical address. It's optional, and should be
             specified together with length.
     length: the memory size, in bytes. It's optional, and should be specified