diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 11:23:35 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 17:49:50 +0100 |
commit | 67b892d1fd0602e3ae3d3ea58dae3abcc42f1dfd (patch) | |
tree | 888d700447472aee808c111df15ff500c9b7d283 /src/plugins/exec | |
parent | 2527c282c378f7401c0adb80221b691582b84989 (diff) | |
download | weechat-67b892d1fd0602e3ae3d3ea58dae3abcc42f1dfd.zip |
exec: add list of signal names in /help exec
Diffstat (limited to 'src/plugins/exec')
-rw-r--r-- | src/plugins/exec/exec-command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c index 016541e3f..37221704d 100644 --- a/src/plugins/exec/exec-command.c +++ b/src/plugins/exec/exec-command.c @@ -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" |