Skip to content

Commit

Permalink
Add instructions on how to get help on commands
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
  • Loading branch information
bfirsh committed Sep 8, 2014
1 parent f3ed7b6 commit d128d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/flags.go
Expand Up @@ -88,6 +88,7 @@ func init() {
} {
help += fmt.Sprintf(" %-10.10s%s\n", command[0], command[1])
}
help += "\nRun 'docker COMMAND --help' for more information on a command."
fmt.Fprintf(os.Stderr, "%s\n", help)
}
}

0 comments on commit d128d9e

Please sign in to comment.