mirror of
https://github.com/golang/go
synced 2024-11-20 08:04:42 -07:00
cmd/dist: correct run's comment
Change-Id: I45b026f4b4bf23b222a81669280cbe245048022b Reviewed-on: https://go-review.googlesource.com/18212 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
ae8e55860b
commit
7e24e89944
4
src/cmd/dist/util.go
vendored
4
src/cmd/dist/util.go
vendored
@ -73,8 +73,8 @@ const (
|
|||||||
var outputLock sync.Mutex
|
var outputLock sync.Mutex
|
||||||
|
|
||||||
// run runs the command line cmd in dir.
|
// run runs the command line cmd in dir.
|
||||||
// If mode has ShowOutput set, run collects cmd's output and returns it as a string;
|
// If mode has ShowOutput set and Background unset, run passes cmd's output to
|
||||||
// otherwise, run prints cmd's output to standard output after the command finishes.
|
// stdout/stderr directly. Otherwise, run returns cmd's output as a string.
|
||||||
// If mode has CheckExit set and the command fails, run calls fatal.
|
// If mode has CheckExit set and the command fails, run calls fatal.
|
||||||
// If mode has Background set, this command is being run as a
|
// If mode has Background set, this command is being run as a
|
||||||
// Background job. Only bgrun should use the Background mode,
|
// Background job. Only bgrun should use the Background mode,
|
||||||
|
Loading…
Reference in New Issue
Block a user