Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index b0df10b94aef55da2eb08b12e5349f918eca2bb2..2174b862d8506d278a6a72e14af384b036257335 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -358,6 +358,8 @@ def trigger_try_jobs(auth_config, changelist, options, masters, category): |
body=json.dumps(batch_req_body), |
headers={'Content-Type': 'application/json'} |
) |
+ print_text.append('To see results here, run: git cl try-results') |
+ print_text.append('To see results in browser, run: git cl web') |
print '\n'.join(print_text) |