docs/api/client/service
Sebastiaan van Stijn 45920009cc Don't automagically add "[OPTIONS]" to usage
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>
2016-07-25 23:15:41 -07:00
..
cmd.go Add experimental docker stack commands 2016-06-14 14:56:35 -04:00
create.go Change the add/update flags to include 'add' 2016-07-25 23:14:59 -07:00
inspect.go Only show port name if set. 2016-07-25 23:15:13 -07:00
list.go Don't automagically add "[OPTIONS]" to usage 2016-07-25 23:15:41 -07:00
opts.go swarm: add log driver support for services 2016-07-25 23:15:25 -07:00
opts_test.go Use newer default values for mounts CLI 2016-07-08 15:32:30 -07:00
remove.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
scale.go re-vendor engine-api 2016-07-08 15:32:23 -07:00
tasks.go Remove shorthand flags for "mount", "pretty", and "no-resolve" 2016-07-25 23:14:58 -07:00
update.go swarm: add log driver support for services 2016-07-25 23:15:25 -07:00
update_test.go Fix multi-remove during service update. 2016-07-25 23:14:59 -07:00