little typo in the usage strings

Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
This commit is contained in:
Damien DUPORTAL 2014-12-07 15:13:35 +01:00
parent 2e9fe4df45
commit 8e7e8b924b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}