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:
Ingo Weinhold 2008-01-26 22:48:05 +00:00
parent 427f2de89a
commit 62c35bb99a

View File

@ -1943,8 +1943,10 @@ thread_init(kernel_args *args)
// set up some debugger commands
add_debugger_command_etc("threads", &dump_thread_list, "List all threads",
"\n"
"Prints a list of all existing threads.\n", 0);
"[ <team> ]\n"
"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,
"List all ready threads",
"\n"