moby/docs/reference
Harald Albers 789197f33d 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>
2015-08-28 04:59:09 -04:00
..
api Initial work 2015-08-11 11:35:27 -05:00
commandline Remove -h flag from completion and daemon reference 2015-08-28 04:59:09 -04:00
logging Merge pull request #11485 from wlan0/rollover_log 2015-07-17 22:41:26 +02:00
builder.md Remove note from docker version 1.3 on Env variables 2015-08-10 12:11:42 -05:00
glossary.md retooling for hugo 2015-06-15 13:19:38 -07:00
run.md Merge pull request #14589 from paetling/ae-update_net_docs 2015-07-23 16:22:21 -07:00