From 87f2dad362b12a784469718f5e85d3a44921761c Mon Sep 17 00:00:00 2001 From: Hugh Ma Date: Sat, 11 Apr 2015 14:02:21 -0700 Subject: [PATCH] Remove DeployEngines in favor of DeploymentEngine Changes: - Removed DeployEngine option from rally info as DeploymentEngine is the preferred/proper text. Change-Id: I5ddee4cbd68860e27f11c9603a693cccb86c59e4 Closes-Bug: #1435738 --- etc/rally.bash_completion | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 8eedbe41..00351903 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -15,7 +15,6 @@ _rally() OPTS["deployment_show"]="--deployment" OPTS["deployment_use"]="--deployment" OPTS["info_BenchmarkScenarios"]="" - OPTS["info_DeployEngines"]="" OPTS["info_DeploymentEngines"]="" OPTS["info_SLA"]="" OPTS["info_ServerProviders"]="" @@ -79,4 +78,4 @@ _rally() fi return 0 } -complete -F _rally rally \ No newline at end of file +complete -F _rally rally