Modify options for the command plugin install

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-08-30 18:45:06 +08:00 committed by Tibor Vass
parent 7b7ff16175
commit 2c9a4c7f0b

View File

@ -17,8 +17,8 @@ Usage: docker plugin install [OPTIONS] PLUGIN
Install a plugin
Options:
--disable do not enable the plugin on install
--grant-all-permissions grant all permissions necessary to run the plugin
--disable Do not enable the plugin on install
--grant-all-permissions Grant all permissions necessary to run the plugin
--help Print usage
```