summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/completions/_lighty-stats14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats
index 4d8ea3d..44e784f 100644
--- a/etc/completions/_lighty-stats
+++ b/etc/completions/_lighty-stats
@@ -1,5 +1,5 @@
#compdef lighty-stats
-## vim:ft=zsh
+## vim:ft=-zsh
local arguments
@@ -9,13 +9,13 @@ arguments=(
'(--no-show-hosts)--show-hosts'
'(--no-show-status)--show-status'
'(--no-show-sites)--show-sites'
- '*--format='
+ '*--format=-'
'--bytes'
- '--count='
- '--match='
- '--ignore='
- '--pathlength='
- '--width='
+ '--count=-'
+ '--match=-'
+ '--ignore=-'
+ '--pathlength=-'
+ '--width=-'
'*:file:_files'
)