Files
docker-cli/components/engine/api/client/container
Antonio Murdaca 7cfdadb657 api: client: container: update: fix help text
Before:

$ docker update --cpu-period
Status: flag needs an argument: --cpu-period
See 'docker update --help'., Code: 125

After:

$ docker update --cpu-period
flag needs an argument: --cpu-period
See 'docker update --help'.

Also remove flagErrorFunc function which isn't needed anymore.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: c2c2617534685917c4a1c2367af861c598cc050a
Component: engine
2016-08-31 12:46:40 +02:00
..
2016-07-07 20:43:18 +02:00
2016-07-29 02:10:36 +00:00
2016-06-05 16:42:19 +02:00
2016-07-31 00:06:18 +08:00
2016-08-30 23:07:42 +08:00
2016-06-21 15:29:25 +08:00
2016-08-30 23:07:42 +08:00