]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commitdiff
fixed help info strings
authorbellard <bellard>
Mon, 25 Sep 2006 21:33:49 +0000 (21:33 +0000)
committerbellard <bellard>
Mon, 25 Sep 2006 21:33:49 +0000 (21:33 +0000)
monitor.c

index b40eac4c4b58a7ef443e43accf2aa4338e360d0b..f2a2417ddde073d806341a72b815dc134da825c7 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -1230,9 +1230,9 @@ static term_cmd_t info_cmds[] = {
     { "profile", "", do_info_profile,
       "", "show profiling information", },
     { "capture", "", do_info_capture,
-      "show capture information" },
+      "", "show capture information" },
     { "snapshots", "", do_info_snapshots,
-      "show the currently saved VM snapshots" },
+      "", "show the currently saved VM snapshots" },
     { NULL, NULL, },
 };