Skip to content

Commit 6bf4e85

Browse files
authored
Fix quotes in telemetry.go
1 parent a8e0641 commit 6bf4e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/internal/telemetrycmd/telemetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This data is collected in accordance with the Google Privacy Policy
3838
To view the current telemetry mode, run "go telemetry".
3939
To disable telemetry uploading, but keep local data collection, run
4040
"go telemetry local".
41-
To enable both collection and uploading, run go telemetry on.
41+
To enable both collection and uploading, run "go telemetry on".
4242
To disable both collection and uploading, run "go telemetry off".
4343
4444
The current telemetry mode is also available as the value of the

0 commit comments

Comments
 (0)