exec: add list of signal names in /help exec
This commit is contained in:
parent
2527c282c3
commit
67b892d1fd
@ -395,9 +395,9 @@ exec_command_init ()
|
||||
" -name: set a name for the command (to name it later with /exec)\n"
|
||||
" command: the command to execute\n"
|
||||
" -in: send text on standard input of process\n"
|
||||
" -signal: send a signal (integer or name) to the process (example: "
|
||||
"kill, 9, ...)\n"
|
||||
" -kill: alias of \"-signal <id> 9\"\n"
|
||||
" -signal: send a signal to the process; the signal can be an integer "
|
||||
"or one of these names: hup, int, quit, kill, term, usr1, usr2\n"
|
||||
" -kill: alias of \"-signal <id> kill\"\n"
|
||||
"-killall: kill all running processes\n"
|
||||
" number: command number"),
|
||||
"-list"
|
||||
|
Loading…
x
Reference in New Issue
Block a user