Add [OPTIONS] to usage of plugin disable|push

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: aad095f573e99b69366f46d6da5bc6536f4237f1
Component: engine
This commit is contained in:
Harald Albers
2017-01-27 16:17:02 +01:00
parent 1a024c5e04
commit 7e2571b991
4 changed files with 4 additions and 4 deletions
@@ -16,7 +16,7 @@ keywords: "plugin, disable"
# plugin disable
```markdown
Usage: docker plugin disable PLUGIN
Usage: docker plugin disable [OPTIONS] PLUGIN
Disable a plugin
@@ -14,7 +14,7 @@ keywords: "plugin, push"
-->
```markdown
Usage: docker plugin push PLUGIN[:TAG]
Usage: docker plugin push [OPTIONS] PLUGIN[:TAG]
Push a plugin to a registry