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
+1 -1
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