You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/05/17 15:02:53 UTC

[airavata] 01/02: Fixing typo in usage message of generate-cpi-stubs.sh

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch group-based-auth
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit a1dbae899412e570fd306f6ca7aeceb451230199
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed May 16 13:58:21 2018 -0400

    Fixing typo in usage message of generate-cpi-stubs.sh
---
 thrift-interface-descriptions/component-cpis/generate-cpi-stubs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thrift-interface-descriptions/component-cpis/generate-cpi-stubs.sh b/thrift-interface-descriptions/component-cpis/generate-cpi-stubs.sh
index a9dfd44..4770ae5 100755
--- a/thrift-interface-descriptions/component-cpis/generate-cpi-stubs.sh
+++ b/thrift-interface-descriptions/component-cpis/generate-cpi-stubs.sh
@@ -28,7 +28,7 @@ show_usage() {
 	echo -e "\tcs Generate/Update Credential Store Stubs"
 	echo -e "\torch Generate/Update Orchestrator Stubs"
 	echo -e "\tgfac Generate/Update GFac Stubs"
-	echo -e "\registry Generate/Update Registry Stubs"
+	echo -e "\tregistry Generate/Update Registry Stubs"
 	echo -e "\tall Generate/Update all stubs (Credential Store, Orchestrator, GFac, Registry)."
 	echo -e "\t-h[elp] Print the usage options of this script"
 	echo -e "\t--native-thrift Use natively installed thrift instead of Docker image"

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.