summaryrefslogtreecommitdiff
path: root/src/commands/script-load.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/script-load.json')
-rw-r--r--src/commands/script-load.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/script-load.json b/src/commands/script-load.json
index a369ee459..37f80fdc7 100644
--- a/src/commands/script-load.json
+++ b/src/commands/script-load.json
@@ -1,6 +1,6 @@
{
"LOAD": {
- "summary": "Load the specified Lua script into the script cache.",
+ "summary": "Loads a server-side Lua script to the script cache.",
"complexity": "O(N) with N being the length in bytes of the script body.",
"group": "scripting",
"since": "2.6.0",