Corrected "threads" usage text.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23756 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1943,8 +1943,10 @@ thread_init(kernel_args *args)
|
|||||||
|
|
||||||
// set up some debugger commands
|
// set up some debugger commands
|
||||||
add_debugger_command_etc("threads", &dump_thread_list, "List all threads",
|
add_debugger_command_etc("threads", &dump_thread_list, "List all threads",
|
||||||
"\n"
|
"[ <team> ]\n"
|
||||||
"Prints a list of all existing threads.\n", 0);
|
"Prints a list of all existing threads, or, if a team ID is given,\n"
|
||||||
|
"all threads of the specified team.\n"
|
||||||
|
" <team> - The ID of the team whose threads shall be listed.\n", 0);
|
||||||
add_debugger_command_etc("ready", &dump_thread_list,
|
add_debugger_command_etc("ready", &dump_thread_list,
|
||||||
"List all ready threads",
|
"List all ready threads",
|
||||||
"\n"
|
"\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user