Modify reponame to PLUGIN and fix some typos

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Upstream-commit: f93df409b4
Component: cli
This commit is contained in:
yuexiao-wang
2017-06-02 00:10:41 +00:00
committed by Tibor Vass
parent 78fa1e6bc3
commit 0fb89a4b6a
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ keywords: "plugin, create"
# plugin create
```markdown
Usage: docker plugin create [OPTIONS] reponame[:tag] PATH-TO-ROOTFS
Usage: docker plugin create [OPTIONS] PLUGIN[:tag] PATH-TO-ROOTFS(rootfs + config.json)
Create a plugin from a rootfs and configuration
@@ -14,7 +14,7 @@ keywords: "plugin, push"
-->
```markdown
Usage: docker plugin push NAME[:TAG]
Usage: docker plugin push PLUGIN[:TAG]
Push a plugin to a registry