mirror of https://github.com/golang/go.git
Fix quotes in telemetry.go
This commit is contained in:
parent
a8e0641d5b
commit
6bf4e85176
|
|
@ -38,7 +38,7 @@ This data is collected in accordance with the Google Privacy Policy
|
|||
To view the current telemetry mode, run "go telemetry".
|
||||
To disable telemetry uploading, but keep local data collection, run
|
||||
"go telemetry local".
|
||||
To enable both collection and uploading, run “go telemetry on”.
|
||||
To enable both collection and uploading, run "go telemetry on".
|
||||
To disable both collection and uploading, run "go telemetry off".
|
||||
|
||||
The current telemetry mode is also available as the value of the
|
||||
|
|
|
|||
Loading…
Reference in New Issue