From 67b892d1fd0602e3ae3d3ea58dae3abcc42f1dfd Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 11 Mar 2014 11:23:35 +0100 Subject: [PATCH] exec: add list of signal names in /help exec --- src/plugins/exec/exec-command.c | 6 +++--- 1 file 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 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 kill\"\n" "-killall: kill all running processes\n" " number: command number"), "-list"