Add [OPTIONS] to usage of plugin disable|push

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers
2017-06-02 00:10:51 +00:00
committed by Tibor Vass
parent f38bb95619
commit 5027bc6596
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ keywords: "plugin, disable"
# plugin disable
```markdown
Usage: docker plugin disable PLUGIN
Usage: docker plugin disable [OPTIONS] PLUGIN
Disable a plugin
+1 -1
View File
@@ -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