From: bellard Date: Mon, 25 Sep 2006 21:33:49 +0000 (+0000) Subject: fixed help info strings X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=17100159f159d7007fa8400fc00d71d5c822d08f;p=people%2Fpauldu%2Fqemu.git fixed help info strings git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2179 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/monitor.c b/monitor.c index b40eac4c4b..f2a2417ddd 100644 --- 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, }, };