Add the opt-in/out commands to metrics notice
Mentioning these commands make it easier for folks to get rid of the
large notice.
Bug: None
Change-Id: I85dd0e1ec0d33999af46f9e20b95bea05bd40a1e
Reviewed-on: https://chromium-review.googlesource.com/c/1330181
Auto-Submit: Peter Boström <pbos@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/metrics_utils.py b/metrics_utils.py
index 7815e16..60328a6 100644
--- a/metrics_utils.py
+++ b/metrics_utils.py
@@ -39,9 +39,10 @@
'* Please review the changes and opt-in again. *'
)
NOTICE_FOOTER = (
- '* For more information, and for how to disable this *\n'
- '* message, please see metrics.README.md in your *\n'
- '* depot_tools checkout or visit *\n'
+ '* To suppress this message opt in or out using: *\n'
+ '* $ gclient metrics [--opt-in] [--opt-out] *\n'
+ '* For more information please see metrics.README.md *\n'
+ '* in your depot_tools checkout or visit *\n'
'* https://bit.ly/2ufRS4p. *\n'
'*****************************************************\n'
)