diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-11 15:51:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-11 15:51:05 +0200 |
commit | 41380e70adf9a2b6d880ffae4c30dcf00652ce67 (patch) | |
tree | ff029a33876177944a6299ac09ab5ad5fe2a4a75 /etc/completions | |
parent | 0901ec1d4106bbe2bbe41dd3052ba54e9173e985 (diff) |
etc/completions/_lighty-stats: Updated, added arguments to options.
Diffstat (limited to 'etc/completions')
-rw-r--r-- | etc/completions/_lighty-stats | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats index eb4a76e..3482584 100644 --- a/etc/completions/_lighty-stats +++ b/etc/completions/_lighty-stats @@ -13,22 +13,24 @@ arguments=( '(--no-show-hosts)--show-hosts' '(--no-show-status)--show-status' '(--no-show-sites)--show-sites' + '(--no-show-referers)--show-referers' '(--show-days)--no-show-days' '(--show-ips)--no-show-ips' '(--show-hosts)--no-show-hosts' '(--show-status)--no-show-status' '(--show-sites)--no-show-sites' + '(--show-referers)--no-show-referers' '(--no-resolve)--resolve' '(--resolve)--no-resolve' # '*--format:::(title= line_even= line_uneven=)' - '*--format[Output format]' + '*--format[Output format]: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)' + '--count=-[How many items to display]:integer: ' + '--match=-[Only show lines matching this]:regex: ' + '--ignore=-[Ignore lines matching this]:regex: ' + '--truncate-url=-[Trim paths]:integer: ' + '--width=-[Display width]:integer: ' + '--log-format=-[logfile format]:format:(lighttpd vsftpd)' '*:file:_files' ) |