revert previous change, like interpreting English is obvious ...

This commit is contained in:
Doug Evans 2008-08-30 01:54:11 +00:00
parent 4dc1b553ac
commit 72fe08328d
2 changed files with 2 additions and 6 deletions

View file

@ -798,11 +798,11 @@ help_cmd (char *command, struct ui_file *stream)
if (c->hook_pre)
fprintf_filtered (stream,
"\tThis command is run before : %s (pre hook)\n",
"\tThis command is run after : %s (pre hook)\n",
c->hook_pre->name);
if (c->hook_post)
fprintf_filtered (stream,
"\tThis command is run after : %s (post hook)\n",
"\tThis command is run before : %s (post hook)\n",
c->hook_post->name);
}