Index: win_toolchain/get_toolchain_if_necessary.py
|
diff --git a/win_toolchain/get_toolchain_if_necessary.py b/win_toolchain/get_toolchain_if_necessary.py
|
index 0ea3d768d750311f5b929326a1588805dd6e6a76..127506ba2f9221af535f9395ff4a2e843411d443 100755
|
--- a/win_toolchain/get_toolchain_if_necessary.py
|
+++ b/win_toolchain/get_toolchain_if_necessary.py
|
@@ -162,8 +162,10 @@ def RequestGsAuthentication():
|
print
|
print ' download_from_google_storage --config'
|
print
|
- print 'and follow the instructions. NOTE: Just press Enter when asked for'
|
- print 'a "project-id".'
|
+ print 'and follow the instructions.'
|
+ print
|
+ print 'NOTE 1: Use your google.com credentials, not chromium.org.'
|
+ print 'NOTE 2: Just press Enter when asked for a "project-id".'
|
print
|
print '-----------------------------------------------------------------'
|
print
|
|