Commit 17100159f159d7007fa8400fc00d71d5c822d08f

Authored by bellard
1 parent 79266dbd

fixed help info strings


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2179 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 2 deletions
monitor.c
... ... @@ -1230,9 +1230,9 @@ static term_cmd_t info_cmds[] = {
1230 1230 { "profile", "", do_info_profile,
1231 1231 "", "show profiling information", },
1232 1232 { "capture", "", do_info_capture,
1233   - "show capture information" },
  1233 + "", "show capture information" },
1234 1234 { "snapshots", "", do_info_snapshots,
1235   - "show the currently saved VM snapshots" },
  1235 + "", "show the currently saved VM snapshots" },
1236 1236 { NULL, NULL, },
1237 1237 };
1238 1238  
... ...