diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-31 20:37:43 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-31 20:37:43 +0100 |
commit | 2ad3da03a2f97f6760d2e333b1b03a11a6639baa (patch) | |
tree | 99afbbd041da9a1a179b754e9c87b559cef47a19 /po/hu.po | |
parent | 33c7b961464b173aed9a5976f4fa1158a65805c0 (diff) | |
download | weechat-2ad3da03a2f97f6760d2e333b1b03a11a6639baa.zip |
core: display more verbose debug with two "-d" in command /eval
Now a single -d in command /eval shows less debug messages than previous
versions.
To get the same debug messages than previous versions, two -d must be used.
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-12-19 18:17+0100\n" +"POT-Creation-Date: 2020-12-31 18:53+0100\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1462,7 +1462,7 @@ msgid "evaluate expression" msgstr "" msgid "" -"[-n|-s] [-d] <expression> || [-n] [-d] -c <expression1> <operator> " +"[-n|-s] [-d] <expression> || [-n] [-d [-d]] -c <expression1> <operator> " "<expression2>" msgstr "" @@ -1470,7 +1470,8 @@ msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -s: split expression before evaluating it (many commands can be " "separated by semicolons)\n" -" -d: display debug output after evaluation\n" +" -d: display debug output after evaluation (with two -d: more verbose " +"debug)\n" " -c: evaluate as condition: use operators and parentheses, return a " "boolean value (\"0\" or \"1\")\n" "expression: expression to evaluate, variables with format ${variable} are " |