mirror of
https://github.com/crash-utility/crash
synced 2025-02-23 08:56:48 +00:00
Fix for a typo in "help foreach", and a fix for a spelling error in
"help input". (weijg.fnst@cn.fujitsu.com)
This commit is contained in:
parent
def93c22f9
commit
117284469a
4
help.c
4
help.c
@ -804,7 +804,7 @@ char *help_foreach[] = {
|
||||
"display command data for multiple tasks in the system",
|
||||
"[[pid | taskp | name | state | [kernel | user]] ...]\n"
|
||||
" command [flag] [argument]",
|
||||
" This command allows for a an examination of various kernel data associated",
|
||||
" This command allows for an examination of various kernel data associated",
|
||||
" with any, or all, tasks in the system, without having to set the context",
|
||||
" to each targeted task.\n",
|
||||
" pid perform the command(s) on this PID.",
|
||||
@ -6843,7 +6843,7 @@ char *input_info[] = {
|
||||
"",
|
||||
"Alternatively, an input file containing command arguments may be created.",
|
||||
"The arguments in the input file will be passed to the command specified,",
|
||||
"which will be executed repetetively for each line of arguments in the file:",
|
||||
"which will be executed repetitively for each line of arguments in the file:",
|
||||
"",
|
||||
" %s> ps -p < inputfile",
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user