aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parser-specs/config.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-specs/config.spec b/parser-specs/config.spec
index 6107c959..52bd3212 100644
--- a/parser-specs/config.spec
+++ b/parser-specs/config.spec
@@ -91,7 +91,7 @@ state SMART_BORDERS:
enabled = 'no_gaps'
-> call cfg_smart_borders($enabled)
-# smart_gaps on|off
+# smart_gaps on|off|inverse_outer
state SMART_GAPS:
enabled = '1', 'yes', 'true', 'on', 'enable', 'active'
-> call cfg_smart_gaps($enabled)