Blame SOURCES/10-gcloud-support-info.patch

05afe3
diff -uNr a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py
05afe3
--- a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py	1980-01-01 09:00:00.000000000 +0100
05afe3
+++ b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py	2018-06-25 17:27:48.677568874 +0200
05afe3
@@ -812,6 +812,9 @@
05afe3
   buf.write("""
05afe3
 For detailed information on this command and its flags, run:
05afe3
   {command_path} --help
05afe3
+
05afe3
+WARNING: {command_path} is only supported for "{command_path} init" and for use with
05afe3
+the agents in resource-agents.
05afe3
 """.format(command_path=' '.join(command.GetPath())))
05afe3
 
05afe3
   return buf.getvalue()
05afe3
diff -uNr a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py
05afe3
--- a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py	1980-01-01 09:00:00.000000000 +0100
05afe3
+++ b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py	2018-06-25 18:42:28.414510873 +0200
05afe3
@@ -81,7 +81,7 @@
05afe3
 
05afe3
   pkg_root = os.path.dirname(os.path.dirname(surface.__file__))
05afe3
   loader = cli.CLILoader(
05afe3
-      name='gcloud',
05afe3
+      name='gcloud-ra',
05afe3
       command_root_directory=os.path.join(pkg_root, 'surface'),
05afe3
       allow_non_existing_modules=True,
05afe3
       version_func=VersionFunc,