mirror of https://github.com/docker/docs.git
little typo in the usage strings
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
This commit is contained in:
parent
2e9fe4df45
commit
8e7e8b924b
2
main.go
2
main.go
|
@ -39,7 +39,7 @@ func main() {
|
|||
} {
|
||||
help += fmt.Sprintf(" %-10.10s%s\n", command[0], command[1])
|
||||
}
|
||||
help += "\nRun 'docker COMMAND --help' for more information on a command."
|
||||
help += "\nRun 'machine COMMAND --help' for more information on a command."
|
||||
fmt.Fprintf(os.Stderr, "%s\n", help)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue