From 017c960aaaf4672dc622bc36745d55001cd209c4 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Mon, 11 Jan 2016 06:37:56 -0800 Subject: [PATCH] [cli] Remove "rally info" command This command was deprecated a long ago and should be removed Change-Id: I8c2527b10997d3ca407348fcef56f3955e8932a6 --- etc/rally.bash_completion | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index e6b3b831..8d7a882d 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -26,8 +26,6 @@ _rally() OPTS["deployment_recreate"]="--deployment" OPTS["deployment_show"]="--deployment" OPTS["deployment_use"]="--deployment" - OPTS["info_find"]="--query" - OPTS["info_list"]="" OPTS["plugin_list"]="--name --namespace" OPTS["plugin_show"]="--name --namespace" OPTS["show_flavors"]="--deployment" @@ -87,4 +85,4 @@ _rally() return 0 } -complete -o filenames -F _rally rally \ No newline at end of file +complete -o filenames -F _rally rally