mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Add instructions on how to get help on commands
Signed-off-by: Ben Firshman <ben@firshman.co.uk> Upstream-commit: d128d9e669d840160f9f2357324f710d59a7a7d7 Component: engine
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user