diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 11:27:01 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 17:49:50 +0100 |
commit | 29e498d00291d495389edbbaa3694045533ff22b (patch) | |
tree | c3876fc7fb3321caac057fb91d5b04a334dbc74b /src/plugins/exec/exec-command.c | |
parent | 67b892d1fd0602e3ae3d3ea58dae3abcc42f1dfd (diff) | |
download | weechat-29e498d00291d495389edbbaa3694045533ff22b.zip |
exec: replace number by id in /help exec
Diffstat (limited to 'src/plugins/exec/exec-command.c')
-rw-r--r-- | src/plugins/exec/exec-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <id> 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)" |