$OpenBSD: patch-lib_googlecloudsdk_core_updater_local_state_py,v 1.2 2016/01/31 07:09:35 ajacoutot Exp $

Text from lib/googlecloudsdk/core/updater/update_manager.py.

--- lib/googlecloudsdk/core/updater/local_state.py.orig	Tue Jan  1 09:00:00 1980
+++ lib/googlecloudsdk/core/updater/local_state.py	Sun Jan 31 08:04:52 2016
@@ -44,9 +44,10 @@ class InvalidSDKRootError(Error):
 
   def __init__(self):
     super(InvalidSDKRootError, self).__init__(
-        'The update action could not be performed because the installation root'
-        ' of the Cloud SDK could not be located.  Please re-install the Cloud '
-        'SDK and try again.')
+        'The update action could not be performed because this Cloud SDK '
+        'installation is managed by an external package manager.  If you would '
+        'like to get the latest version, please see our main download page at:\n  '
+        + config.INSTALLATION_CONFIG.documentation_url)
 
 
 class InvalidDownloadError(Error):
