mirror of https://github.com/docker/cli.git
fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
bcd0ac71ae
commit
57171ee83c
2
cli.go
2
cli.go
|
@ -189,7 +189,7 @@ func Subcmd(name string, synopses []string, description string, exitOnError bool
|
||||||
return flags
|
return flags
|
||||||
}
|
}
|
||||||
|
|
||||||
// An StatusError reports an unsuccessful exit by a command.
|
// StatusError reports an unsuccessful exit by a command.
|
||||||
type StatusError struct {
|
type StatusError struct {
|
||||||
Status string
|
Status string
|
||||||
StatusCode int
|
StatusCode int
|
||||||
|
|
Loading…
Reference in New Issue