1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference
Harald Albers ceb11d9660 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-11 07:30:58 -07:00
..
api Merge pull request #15411 from moxiegirl/fix-links-15349 2015-08-09 20:52:49 +02:00
commandline Remove -h flag from completion and daemon reference 2015-08-11 07:30:58 -07:00
logging Several fixes in formatting 2015-08-03 08:45:25 -07:00
builder.md Remove note from docker version 1.3 on Env variables 2015-08-07 14:36:06 -07:00
glossary.md Remove references to boot2docker replace with docker-machine 2015-07-27 18:25:50 -07:00
run.md Several fixes in formatting 2015-08-03 08:45:25 -07:00