summaryrefslogtreecommitdiff
path: root/doc/en/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-09-06 22:39:29 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-09-06 22:39:29 +0200
commit7d1b557627c60a76df184ce2c6416d4b74da46f5 (patch)
tree058a6909b652274c850654217ac06f5271746df0 /doc/en/includes
parent5b3929b321a88fdb3402d69324a24ae0828bd2e0 (diff)
downloadweechat-7d1b557627c60a76df184ce2c6416d4b74da46f5.zip
core: fix indentation in examples of /help eval
Diffstat (limited to 'doc/en/includes')
-rw-r--r--doc/en/includes/autogen_user_commands.en.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc
index 775bfd760..2a20f632d 100644
--- a/doc/en/includes/autogen_user_commands.en.adoc
+++ b/doc/en/includes/autogen_user_commands.en.adoc
@@ -1433,10 +1433,10 @@ Examples (simple strings):
/eval -n ${split:-1,,,abc,def,ghi} ==> ghi
/eval -n ${split:count,,,abc,def,ghi} ==> 3
/eval -n ${split:random,,,abc,def,ghi} ==> def
- /eval -n ${split_shell:1,"arg 1" arg2} ==> arg 1
- /eval -n ${split_shell:-1,"arg 1" arg2} ==> arg2
- /eval -n ${split_shell:count,"arg 1" arg2} ==> 2
- /eval -n ${split_shell:random,"arg 1" arg2} ==> arg2
+ /eval -n ${split_shell:1,"arg 1" arg2} ==> arg 1
+ /eval -n ${split_shell:-1,"arg 1" arg2} ==> arg2
+ /eval -n ${split_shell:count,"arg 1" arg2} ==> 2
+ /eval -n ${split_shell:random,"arg 1" arg2} ==> arg2
/eval -n ${calc:(5+2)*3} ==> 21
/eval -n ${random:0,10} ==> 3
/eval -n ${base_encode:64,test} ==> dGVzdA==