revert previous change, like interpreting English is obvious ...
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.c
index 0889040ae99089ae97d25d3aaa256bde38cf525f..9cc52bab471cb7d1c5407d14f5cfdc3ebe8d3789 100644 (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);
 }
 
This page took 0.035688 seconds and 4 git commands to generate.