diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-13 16:49:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-13 16:49:41 +0200 |
commit | 14a833929a58c96c02500f2e461207666c91d0db (patch) | |
tree | 8da59cf8132cf850da8efac05c0849a80063f180 /etc/completions/_lighty-stats | |
parent | 23bcbaa2379380180140be6be9a9aa28ef8f040f (diff) |
etc/completions/_lighty-stats: Added --truncate-client-ip
Diffstat (limited to 'etc/completions/_lighty-stats')
-rw-r--r-- | etc/completions/_lighty-stats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats index 9b2b15b..a7b0e5c 100644 --- a/etc/completions/_lighty-stats +++ b/etc/completions/_lighty-stats @@ -30,6 +30,8 @@ arguments=( '--ignore=-[Ignore lines matching this]:regex: ' '--truncate-url=-[Trim paths]:integer: ' '--truncate-referer=-[Trim referer paths]:integer: ' + '--truncate-client-ipv4=-[Trim client IPs]:integer:(8 16 24)' + '--truncate-client-ipv6=-[Trim client IPs]:integer:(48 64)' '--width=-[Display width]:integer: ' '--log-format=-[logfile format]:format:(lighttpd vsftpd)' '*:file:_files' |