summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-08-21 08:00:52 +0200
committerReid <reidyaro@gmail.com>2016-08-21 08:00:52 +0200
commite62e2b0ef3606d0b1798e3727993b3b51344a020 (patch)
tree49793c21b9145d09b1bc6e9fbac9da11718eb3a9
parent24f452ba2111529cc9d0f7bcf9b1796f60262ecf (diff)
downloaddocs-e62e2b0ef3606d0b1798e3727993b3b51344a020.tar.gz
docs-e62e2b0ef3606d0b1798e3727993b3b51344a020.tar.bz2
docs-e62e2b0ef3606d0b1798e3727993b3b51344a020.tar.xz
docs-e62e2b0ef3606d0b1798e3727993b3b51344a020.zip
Add missing semi-colon on getlabel and tolabel commands.
-rw-r--r--server/scripts/evol_script_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt
index 551adef..d4554de 100644
--- a/server/scripts/evol_script_commands.txt
+++ b/server/scripts/evol_script_commands.txt
@@ -888,7 +888,7 @@ Example:
---------------------------------------
-*getlabel label
+*getlabel label;
Get label and return int.
@@ -897,7 +897,7 @@ Example:
---------------------------------------
-*tolabel num
+*tolabel num;
Get number and return label.