summaryrefslogtreecommitdiff
path: root/src/commands/script-flush.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/script-flush.json')
-rw-r--r--src/commands/script-flush.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/script-flush.json b/src/commands/script-flush.json
index 63cfb1e28..7487dc51f 100644
--- a/src/commands/script-flush.json
+++ b/src/commands/script-flush.json
@@ -1,6 +1,6 @@
{
"FLUSH": {
- "summary": "Remove all the scripts from the script cache.",
+ "summary": "Removes all server-side Lua scripts from the script cache.",
"complexity": "O(N) with N being the number of scripts in cache",
"group": "scripting",
"since": "2.6.0",