From 7a2bbcede061b26cd478a78096512a4bd759ec3e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 15 Oct 2012 18:43:59 +0200 Subject: o Renaming './app app' to './app instance'. --- app_completion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app_completion') diff --git a/app_completion b/app_completion index 68a3b7b..c4bfe02 100644 --- a/app_completion +++ b/app_completion @@ -6,7 +6,7 @@ _appsh_contains() { } _appsh_methods=( - "app" + "instance" "conf" "operate" ) @@ -58,14 +58,14 @@ _complete_appsh() { case $prev in -n) - values=$(./app app list -P name) + values=$(./app instance list -P name) COMPREPLY=($(compgen -W "$values" -- ${cur})) return 0 ;; -i) if [ -n "$has_n" ] then - values=$(./app app list -n $has_n -P instance) + values=$(./app instance list -n $has_n -P instance) COMPREPLY=($(compgen -W "$values" -- ${cur})) return 0 fi -- cgit v1.2.3