Modify options for the command plugin install

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Upstream-commit: d08886618eac804e879cc2953a3a07863e90e5e6
Component: engine
This commit is contained in:
yuexiao-wang
2016-08-30 18:45:06 +08:00
parent acf7387ad5
commit 558afd07bb
2 changed files with 4 additions and 4 deletions

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
```