mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
This removes the logic to automatically add [OPTIONS] to the usage output. The current logic was broken if a command only has deprecated or hidden flags, and in many cases put the [OPTIONS] in the wrong location. Requiring the usage string to be set manually gives more predictable results, and shouldn't require much to maintain. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 4f0b5105524649169d765bb94c2806209ab21904) Signed-off-by: Tibor Vass <tibor@docker.com>