summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 8faea3314..68b62816e 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6412,7 +6412,7 @@ Example:
---------------------------------------
-*compare (<string>,<substring>)
+*compare(<string>,<substring>)
This command returns 1 or 0 when the substring is in the main string (1) or not (0).
This command is not case sensitive.