From 2b71339b2fbf6003de09dc1d9bc2c4cd9fce603f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Jun 2008 12:44:43 +0200 Subject: etc/completions/_lighty-stats: --- etc/completions/_lighty-stats | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/completions') 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' ) -- cgit v1.2.3