1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

exec: fix typo in /help exec

This commit is contained in:
Sebastien Helleu
2014-03-15 19:22:28 +01:00
parent 0c18f6defe
commit ff636cae89
29 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -727,7 +727,7 @@ exec_command_init ()
" id: command identifier: either its number or name (if set "
"with \"-name xxx\")\n"
" -in: send text on standard input of process\n"
"-inclose: same a -in, but stdin is closed after (and text is "
"-inclose: same as -in, but stdin is closed after (and text is "
"optional: without text, the stdin is just closed)\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"