]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
authorAndrew Stubbs <andrew.stubbs@st.com>
Mon, 14 Nov 2005 17:03:25 +0000 (17:03 +0000)
committerAndrew Stubbs <andrew.stubbs@st.com>
Mon, 14 Nov 2005 17:03:25 +0000 (17:03 +0000)
* thread.c (_initialize_thread): Correct the 'thread apply' help
message.

gdb/ChangeLog
gdb/thread.c

index db0f0344ed648f392d76b2b995e4869c76f073de..b39f6d718a2da6381e21d1a96970b3396b934916 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-14  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * thread.c (_initialize_thread): Correct the 'thread apply' help
+       message.
+
 2005-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * elfread.c (elf_symtab_read): Remove if (1) and reindent.
index 1f88acbfe5325ad25967a6506533274f97c3e2b9..19e9a2c69bffc6fc36a1e03d79150c535892c326 100644 (file)
@@ -691,7 +691,7 @@ The new thread ID must be currently known."),
 
   add_prefix_cmd ("apply", class_run, thread_apply_command,
                  _("Apply a command to a list of threads."),
-                 &thread_apply_list, "apply ", 1, &thread_cmd_list);
+                 &thread_apply_list, "thread apply ", 1, &thread_cmd_list);
 
   add_cmd ("all", class_run, thread_apply_all_command,
           _("Apply a command to all threads."), &thread_apply_list);