1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

fix typos

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 57171ee83c
Component: cli
This commit is contained in:
allencloud
2016-03-26 22:06:45 +08:00
parent 8892876943
commit c5f866738c

View File

@@ -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