fix typos

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-03-26 22:06:45 +08:00
parent bcd0ac71ae
commit 57171ee83c
1 changed files with 1 additions and 1 deletions

2
cli.go
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