diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-11 16:33:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-11 16:33:50 +0200 |
commit | fa46a2fe2d1d785c76f1584ac838bf767bf0e56c (patch) | |
tree | 0f3f076b994e2a31b1f53ad72b9c7331ed94110f /po/weechat.pot | |
parent | 4d696d7cc86d04277fba288228dd376c542c5e18 (diff) | |
download | weechat-fa46a2fe2d1d785c76f1584ac838bf767bf0e56c.zip |
exec: add option "-oerr" to send stderr to buffer (now disabled by default) (closes #1566)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index a962e41ad..7c9855e52 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-10-11 15:54+0200\n" +"POT-Creation-Date: 2020-10-11 16:22+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4409,11 +4409,11 @@ msgstr "" msgid "" "-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-" -"oc|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-flush|-noflush] [-color " -"ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] " -"[-pipe <command>] [-hsignal <name>] <command> || -in <id> <text> || -inclose " -"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set " -"<id> <property> <value> || -del <id>|-all [<id>...]" +"oc|-n|-nf] [-oerr] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-flush|-noflush] [-" +"color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name " +"<name>] [-pipe <command>] [-hsignal <name>] <command> || -in <id> <text> || -" +"inclose <id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -" +"set <id> <property> <value> || -del <id>|-all [<id>...]" msgstr "" msgid "" @@ -4442,6 +4442,8 @@ msgid "" " -nf: display output of command in a new buffer with free content (no " "word-wrap, no limit on number of lines) (not compatible with options -bg/-" "pipe/-hsignal)\n" +" -oerr: also send stderr (error output) to the buffer (can be used only " +"with options -o and -oc)\n" " -cl: clear the new buffer before displaying output\n" " -nocl: append to the new buffer without clear (default)\n" " -sw: switch to the output buffer (default)\n" |