fix nits in stderr log

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2016-10-23 22:43:53 +08:00
parent 850b9c0b50
commit f550f04f20
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ your host.`,
for _, id := range context.Args() {
container, err := factory.Load(id)
if err != nil {
fmt.Fprintf(os.Stderr, "container %s is not exist\n", id)
fmt.Fprintf(os.Stderr, "container %s does not exist\n", id)
hasError = true
continue
}