diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 19:22:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 19:22:24 +0100 |
commit | 990c0bc1217d781066206d0caf459e40bf1b1bea (patch) | |
tree | 8ac9af162ba77fb56a65a2a969622103a568f93f /po/es.po | |
parent | e01ed80669059fb6042543bf0798ad31109563a4 (diff) | |
download | weechat-990c0bc1217d781066206d0caf459e40bf1b1bea.zip |
exec: add option "-oc" in command /exec to execute commands in process output (closes #877)
The behavior of existing option "-o" is changed: now commands are NOT
executed (which is more secure by default).
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-12-31 18:22+0100\n" +"POT-Creation-Date: 2017-01-06 19:19+0100\n" "PO-Revision-Date: 2016-09-03 08:23+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5227,8 +5227,11 @@ msgid "" " -buffer: display/send output of command on this buffer (if the buffer is " "not found, a new buffer with name \"exec.exec.xxx\" is created)\n" " -l: display locally output of command on buffer (default)\n" -" -o: send output of command to the buffer (not compatible with option -" -"bg)\n" +" -o: send output of command to the buffer without executing commands " +"(not compatible with option -bg)\n" +" -oc: send output of command to the buffer and execute commands (lines " +"starting with \"/\" or another custom command char) (not compatible with " +"option -bg)\n" " -n: display output of command in a new buffer (not compatible with " "option -bg)\n" " -nf: display output of command in a new buffer with free content (no " |