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
|
||||
}
|
||||
|
||||
// An StatusError reports an unsuccessful exit by a command.
|
||||
// StatusError reports an unsuccessful exit by a command.
|
||||
type StatusError struct {
|
||||
Status string
|
||||
StatusCode int
|
||||
|
|
Loading…
Reference in New Issue