diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-07 19:59:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-07 19:59:38 +0100 |
commit | d14f92512369e77e60810b8a909b95c227449fa5 (patch) | |
tree | a40abe2dca349750d94d471e473e5b6f418db936 /doc/it | |
parent | ed726787d836d3e681ef6cc39fd5c930a626c0fe (diff) | |
download | weechat-d14f92512369e77e60810b8a909b95c227449fa5.zip |
exec: add note about piped commands in /help exec for option -sh
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/exec_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/exec_commands.adoc b/doc/it/autogen/user/exec_commands.adoc index 05bc7f334..3923258ad 100644 --- a/doc/it/autogen/user/exec_commands.adoc +++ b/doc/it/autogen/user/exec_commands.adoc @@ -17,7 +17,7 @@ -del <id>|-all [<id>...] -list: list commands - -sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh) + -sh: use the shell to execute the command, many commands can be piped (WARNING: use this option ONLY if all arguments are safe, see option -nosh) -nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default) -bg: run process in background: do not display process output neither return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal) -nobg: catch process output and display return code (default) |