diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:22:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:22:28 +0100 |
commit | ff636cae892ec7ed44bf403b19144487525a5b4d (patch) | |
tree | 2caf23f779fa5f796adb2b3a4e678f032b8b00c2 /doc/en/autogen/user | |
parent | 0c18f6defedf44fafd79fcaa00befdbcf57f9dc5 (diff) | |
download | weechat-ff636cae892ec7ed44bf403b19144487525a5b4d.zip |
exec: fix typo in /help exec
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/exec_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/exec_commands.txt b/doc/en/autogen/user/exec_commands.txt index 3134547d5..6f29d8555 100644 --- a/doc/en/autogen/user/exec_commands.txt +++ b/doc/en/autogen/user/exec_commands.txt @@ -38,7 +38,7 @@ command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output id: command identifier: either its number or name (if set with "-name xxx") -in: send text on standard input of process --inclose: same a -in, but stdin is closed after (and text is optional: without text, the stdin is just closed) +-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed) -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 -kill: alias of "-signal <id> kill" -killall: kill all running processes |