mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removed anal warning from 'go vet'
This commit is contained in:
parent
3eff62394b
commit
9d82bab041
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue