summaryrefslogtreecommitdiff
path: root/etc/completions/_lighty-stats
diff options
context:
space:
mode:
Diffstat (limited to 'etc/completions/_lighty-stats')
-rw-r--r--etc/completions/_lighty-stats17
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats
index c27a941..b3f65b9 100644
--- a/etc/completions/_lighty-stats
+++ b/etc/completions/_lighty-stats
@@ -14,14 +14,15 @@ arguments=(
'(--show-hosts)--no-show-hosts'
'(--show-status)--no-show-status'
'(--show-sites)--no-show-sites'
- '*--format'
- '--bytes'
- '--count=-'
- '--match=-'
- '--ignore=-'
- '--pathlength=-'
- '--width=-'
- '--log-format=-'
+# '*--format:::(title= line_even= line_uneven=)'
+ '*--format[Output format]'
+ '--bytes[Count in bytes instead of hits]'
+ '--count=-[How many items to display]'
+ '--match=-[Only show lines matching this]'
+ '--ignore=-[Ignore lines matching this]'
+ '--pathlength=-[Trim paths]'
+ '--width=-[Display width]'
+ '--log-format=-[logfile format]:::(lighttpd vsftpd)'
'*:file:_files'
)