aboutsummaryrefslogtreecommitdiff
path: root/cmd/auth/netrcauth/netrcauth.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/auth/netrcauth/netrcauth.go')
-rw-r--r--cmd/auth/netrcauth/netrcauth.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/auth/netrcauth/netrcauth.go b/cmd/auth/netrcauth/netrcauth.go
index 1855cfa24..7d29c9603 100644
--- a/cmd/auth/netrcauth/netrcauth.go
+++ b/cmd/auth/netrcauth/netrcauth.go
@@ -7,7 +7,8 @@
// It expects the location of the file as the first command-line argument.
//
// Example GOAUTH usage:
-// export GOAUTH="netrcauth $HOME/.netrc"
+//
+// export GOAUTH="netrcauth $HOME/.netrc"
//
// See https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html
// or run 'man 5 netrc' for a description of the .netrc file format.