Commit dcf32a24 authored by Andrew Gerrand's avatar Andrew Gerrand

builder: fix documentation s/\.gobuilder/.gobuildkey/

R=rsc
CC=golang-dev
https://golang.org/cl/4312051
parent 89901bbd
......@@ -47,8 +47,8 @@ Optional flags:
-external: External package builder mode (will not report Go build
state to dashboard, issue releases, or run benchmarks)
The key file should be located at $HOME/.gobuilder or, for a builder-specific
key, $HOME/.gobuilder-$BUILDER (eg, $HOME/.gobuilder-linux-amd64).
The key file should be located at $HOME/.gobuildkey or, for a builder-specific
key, $HOME/.gobuildkey-$BUILDER (eg, $HOME/.gobuildkey-linux-amd64).
The build key file is a text file of the format:
......
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