1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

exec: replace number by id in /help exec

This commit is contained in:
Sebastien Helleu
2014-03-11 11:27:01 +01:00
parent 67b892d1fd
commit 29e498d002
+2 -1
View File
@@ -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)"