why there are so many mistakes in our repo (up to /cmd)

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
Aaron.L.Xu
2017-02-17 00:32:48 +08:00
parent 1de08ac417
commit ca2aeb5a3e
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func newExecOptions() *execOptions {
}
}
// NewExecCommand creats a new cobra.Command for `docker exec`
// NewExecCommand creates a new cobra.Command for `docker exec`
func NewExecCommand(dockerCli *command.DockerCli) *cobra.Command {
opts := newExecOptions()