Skip to content

Commit

Permalink
fixed help info strings
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2179 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Sep 25, 2006
1 parent 79266db commit 1710015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
};

Expand Down

0 comments on commit 1710015

Please sign in to comment.