diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-09 23:21:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-09 23:21:56 +0200 |
commit | 5c38738593b5ad400ee2575bb0eff45fbaeda9b6 (patch) | |
tree | 4c9ef079a683f5dd3b6829ced919c4467c623681 | |
parent | a28d6f9f0c17d0eba59efccbbbd2091d94defe28 (diff) |
etc/completions/_lighty-stats: Added --resolve
-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 ec14ac1..eb4a76e 100644 --- a/etc/completions/_lighty-stats +++ b/etc/completions/_lighty-stats @@ -18,6 +18,8 @@ arguments=( '(--show-hosts)--no-show-hosts' '(--show-status)--no-show-status' '(--show-sites)--no-show-sites' + '(--no-resolve)--resolve' + '(--resolve)--no-resolve' # '*--format:::(title= line_even= line_uneven=)' '*--format[Output format]' '--bytes[Count in bytes instead of hits]' |