mirror of https://github.com/docker/cli.git
Add [OPTIONS] to usage of `plugin disable|push`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
f38bb95619
commit
5027bc6596
|
@ -16,7 +16,7 @@ keywords: "plugin, disable"
|
||||||
# plugin disable
|
# plugin disable
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker plugin disable PLUGIN
|
Usage: docker plugin disable [OPTIONS] PLUGIN
|
||||||
|
|
||||||
Disable a plugin
|
Disable a plugin
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ keywords: "plugin, push"
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker plugin push PLUGIN[:TAG]
|
Usage: docker plugin push [OPTIONS] PLUGIN[:TAG]
|
||||||
|
|
||||||
Push a plugin to a registry
|
Push a plugin to a registry
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue