Files
docker-cli/components/engine/docs/sources
Dan Walsh f82eddabc6 --help option and help command should print to stdout not stderr
--help and help are successful commands so output should not go to error.

    QE teams have requested this change, also users doing docker help | less
    or docker run --help | less would expect this to work.

    Usage statement should only be printed when the user asks for it.
    Errors should print error message and then suggest the docker COMMAND --help
    command to see usage information.

    The current behaviour causes the user to have to search for the error message
    and sometimes scrolls right off the screen.  For example a error on a
    "docker run" command is very difficult to diagnose.

    Finally erros should always exit with a non 0 exit code, if the user
    makes a CLI error.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
Upstream-commit: a2b529ead21e6ab9eafcb1b1d2437c725c43a06a
Component: engine
2015-01-06 13:40:14 +01:00
..
2014-12-30 17:32:25 -05:00
2014-12-12 10:34:15 -08:00
2014-09-15 14:46:29 +03:00
2014-06-01 17:34:07 -04:00
2014-04-16 11:04:14 +10:00
2014-12-16 17:40:02 -08:00
2014-04-16 11:04:14 +10:00