diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 12:25:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 12:25:34 +0200 |
commit | d7d91d6cf398217c530d253b3a6de202ed459a27 (patch) | |
tree | b1e4011dcf5ee8a4df5e6d5ce910f5dd5ceb0859 /doc/pl/autogen/user | |
parent | 0cfbae151202a30f009ba164b262db704a9309d5 (diff) | |
download | weechat-d7d91d6cf398217c530d253b3a6de202ed459a27.zip |
exec: fix typo in /help exec
Diffstat (limited to 'doc/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/exec_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/exec_commands.txt b/doc/pl/autogen/user/exec_commands.txt index 6d24e2abf..822806f10 100644 --- a/doc/pl/autogen/user/exec_commands.txt +++ b/doc/pl/autogen/user/exec_commands.txt @@ -13,7 +13,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 date, see option -nosh) + -sh: use the shell to execute the command (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/-n) -nobg: catch process output and display return code (default) |