summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/script-debug.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/script-debug.md')
-rw-r--r--iredis/data/commands/script-debug.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/iredis/data/commands/script-debug.md b/iredis/data/commands/script-debug.md
index 67502b2..52f8194 100644
--- a/iredis/data/commands/script-debug.md
+++ b/iredis/data/commands/script-debug.md
@@ -17,8 +17,8 @@ is active and retains all changes to the data set once it ends.
- `YES`. Enable non-blocking asynchronous debugging of Lua scripts (changes are
discarded).
-- `SYNC`. Enable blocking synchronous debugging of Lua scripts (saves changes to
- data).
+- `!SYNC`. Enable blocking synchronous debugging of Lua scripts (saves changes
+ to data).
- `NO`. Disables scripts debug mode.
@return