Files
docker-cli/components/engine/docs/reference/commandline
Harald Albers f68b6c3486 Remove -h flag from completion and daemon reference
All docker subcommands support `-h` as an alias for `--help`
unless they have `-h` aliased to something else like `docker run`,
which uses `-h` for `--hostname`.

`-h` is not included in the help messages of the commands, though.

It ist visible in
* reference: only in `docker daemon` reference,
  see output of `grep -Rse --help=false docs`
* man pages: only in `docker` man page
  see output of `grep -RF '**-h**' man`

For consistency reasons, this commit removes `-h` as an alias for
`--help` from the reference page, man page and the bash completion.

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: ceb11d966034f4b4308abf4fc2826b4c840b6e99
Component: engine
2015-08-11 07:30:58 -07:00
..
2015-07-23 10:26:06 +08:00
2015-06-15 13:19:38 -07:00
2015-07-28 08:51:01 -04:00
2015-07-28 08:51:01 -04:00
2015-07-31 21:26:32 +08:00
2015-07-13 19:10:56 -04:00