diff --git a/src/oauth2client/tools.py b/src/oauth2client/tools.py index 04c9c68b..f2021688 100644 --- a/src/oauth2client/tools.py +++ b/src/oauth2client/tools.py @@ -215,11 +215,8 @@ def run_flow(flow, storage, flags=None, http=None): print() print(' ' + authorize_url) print() - print('If your browser is on a different machine then ' - 'exit and re-run this') - print('application with the command-line parameter ') - print() - print(' --noauth_local_webserver') + print('If your browser is on a different machine then exit and re-run this') + print('after creating a file called nobrowser.txt in the same path as GAM.') print() else: print('Go to the following link in your browser:')