summaryrefslogtreecommitdiff
path: root/doc/ja/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-12-31 20:37:43 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-12-31 20:37:43 +0100
commit2ad3da03a2f97f6760d2e333b1b03a11a6639baa (patch)
tree99afbbd041da9a1a179b754e9c87b559cef47a19 /doc/ja/includes
parent33c7b961464b173aed9a5976f4fa1158a65805c0 (diff)
downloadweechat-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 'doc/ja/includes')
-rw-r--r--doc/ja/includes/autogen_user_commands.ja.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc
index 2e3d10317..c16ca8d8e 100644
--- a/doc/ja/includes/autogen_user_commands.ja.adoc
+++ b/doc/ja/includes/autogen_user_commands.ja.adoc
@@ -1302,11 +1302,11 @@ infolists: インフォリストに関する情報を表示
----
/eval [-n|-s] [-d] <expression>
- [-n] [-d] -c <expression1> <operator> <expression2>
+ [-n] [-d [-d]] -c <expression1> <operator> <expression2>
-n: display result without sending it to buffer (debug mode)
-s: split expression before evaluating it (many commands can be separated by semicolons)
- -d: display debug output after evaluation
+ -d: display debug output after evaluation (with two -d: more verbose debug)
-c: evaluate as condition: use operators and parentheses, return a boolean value ("0" or "1")
expression: expression to evaluate, variables with format ${variable} are replaced (see below); many commands can be separated by semicolons
operator: a logical or comparison operator: