diff options
| -rw-r--r-- | etc/completion | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/completion b/etc/completion index 95f24bd..f5f94df 100644 --- a/etc/completion +++ b/etc/completion @@ -36,7 +36,7 @@ _hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;}  if [[ -r $compdump ]] {  	compinit -C -d $compdump  } else { -	echo -n "Re-creating completion cache..." +	echo -n "Creating completion cache..."  	compinit -d $compdump -	echo "ok" +	echo  }  | 
