Commit e28390cc authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

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: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
parent 6edb632f
...@@ -39,9 +39,10 @@ NOTICE_VERSION_CHANGE_HEADER = ( ...@@ -39,9 +39,10 @@ NOTICE_VERSION_CHANGE_HEADER = (
'* Please review the changes and opt-in again. *' '* Please review the changes and opt-in again. *'
) )
NOTICE_FOOTER = ( NOTICE_FOOTER = (
'* For more information, and for how to disable this *\n' '* To suppress this message opt in or out using: *\n'
'* message, please see metrics.README.md in your *\n' '* $ gclient metrics [--opt-in] [--opt-out] *\n'
'* depot_tools checkout or visit *\n' '* For more information please see metrics.README.md *\n'
'* in your depot_tools checkout or visit *\n'
'* https://bit.ly/2ufRS4p. *\n' '* https://bit.ly/2ufRS4p. *\n'
'*****************************************************\n' '*****************************************************\n'
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment