Removed anal warning from 'go vet'

Upstream-commit: 9d82bab041370cd26e78fe85ee5435c8b2429b59
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-20 22:42:50 -07:00
parent 8af959ad36
commit cd1b34d27f

View File

@ -64,7 +64,7 @@ func (srv *Server) Help() string {
{"wait", "Block until a container stops, then print its exit code"},
{"write", "Write the contents of standard input to a container's file"},
} {
help += fmt.Sprintf(" %-10.10s%s\n", cmd...)
help += fmt.Sprintf(" %-10.10s%s\n", cmd[0], cmd[1])
}
return help
}