diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-25 21:33:49 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-25 21:33:49 +0000 |
commit | 17100159f159d7007fa8400fc00d71d5c822d08f (patch) | |
tree | 0daeb9517476a4915de5431801669d831788a116 | |
parent | 79266dbd9ebb56ee20a72ce94d385388a689c71c (diff) | |
download | hqemu-17100159f159d7007fa8400fc00d71d5c822d08f.zip hqemu-17100159f159d7007fa8400fc00d71d5c822d08f.tar.gz |
fixed help info strings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2179 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | monitor.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, }, }; |