aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-11-14 17:03:25 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-11-14 17:03:25 +0000
commitad21ceb022f948b801e2d726419ac68c97e3d9b4 (patch)
treeb63a4be0a625901128ad55caa596935b28a76bb6 /gdb/thread.c
parentaef1f6d0ed936f30822029402568a7e88a3b4d9e (diff)
downloadgdb-ad21ceb022f948b801e2d726419ac68c97e3d9b4.zip
gdb-ad21ceb022f948b801e2d726419ac68c97e3d9b4.tar.gz
gdb-ad21ceb022f948b801e2d726419ac68c97e3d9b4.tar.bz2
2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
* thread.c (_initialize_thread): Correct the 'thread apply' help message.
Diffstat (limited to 'gdb/thread.c')
-rw-r--r--gdb/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c
index 1f88acb..19e9a2c 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -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);