From 29e498d00291d495389edbbaa3694045533ff22b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 11 Mar 2014 11:27:01 +0100 Subject: [PATCH] exec: replace number by id in /help exec --- src/plugins/exec/exec-command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c index 37221704d..d50afd206 100644 --- a/src/plugins/exec/exec-command.c +++ b/src/plugins/exec/exec-command.c @@ -399,7 +399,8 @@ exec_command_init () "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"), + " id: command identifier: either its number or name (if set " + "with \"-name xxx\")"), "-list" " || -nosh|-stdin|-o|-timeout|-name|%*" " || -in|-signal|-kill %(exec_commands_ids)"