aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/envcmd/env.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-06-09 20:17:51 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-06-09 20:29:09 +0000
commitaf2ac479fc9e4833357a3281a67cd517d2da07ad (patch)
tree4c44121377d0698d60292ada5950b23ee46260d0 /src/cmd/go/internal/envcmd/env.go
parent467f87ce60028d87f1b552c30138ccba6412333a (diff)
downloadgo-af2ac479fc9e4833357a3281a67cd517d2da07ad.tar.gz
go-af2ac479fc9e4833357a3281a67cd517d2da07ad.zip
all: single space after period
Done with grep & interactive search & replace, to double-check replacements. Not many remained after CL 20022. Fixes #18572 Change-Id: Idbe90ba3b584f9b9661d2bbd141607daaadfa41a Reviewed-on: https://go-review.googlesource.com/45270 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Diffstat (limited to 'src/cmd/go/internal/envcmd/env.go')
-rw-r--r--src/cmd/go/internal/envcmd/env.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/internal/envcmd/env.go b/src/cmd/go/internal/envcmd/env.go
index 6cb602031e..43d4334f06 100644
--- a/src/cmd/go/internal/envcmd/env.go
+++ b/src/cmd/go/internal/envcmd/env.go
@@ -25,8 +25,8 @@ var CmdEnv = &base.Command{
Env prints Go environment information.
By default env prints information as a shell script
-(on Windows, a batch file). If one or more variable
-names is given as arguments, env prints the value of
+(on Windows, a batch file). If one or more variable
+names is given as arguments, env prints the value of
each named variable on its own line.
The -json flag prints the environment in JSON format