diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-22 12:44:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-22 12:44:43 +0200 |
commit | 2b71339b2fbf6003de09dc1d9bc2c4cd9fce603f (patch) | |
tree | 91149204aa6865346affd879b074f9283929dda3 /etc/completions | |
parent | 9c977f45f5a3333ae77bdaa3662682c0959b49da (diff) |
etc/completions/_lighty-stats:
Diffstat (limited to 'etc/completions')
-rw-r--r-- | etc/completions/_lighty-stats | 14 |
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' ) |