mirror of https://github.com/docker/cli.git
Miss the options in some commands
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
8e27afeb39
commit
95b80f2984
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
|||
# info
|
||||
|
||||
```markdown
|
||||
Usage: docker info
|
||||
Usage: docker info [OPTIONS]
|
||||
|
||||
Display system-wide information
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ parent = "smn_cli"
|
|||
# plugin ls (experimental)
|
||||
|
||||
```markdown
|
||||
Usage: docker plugin ls
|
||||
Usage: docker plugin ls [OPTIONS]
|
||||
|
||||
List plugins
|
||||
|
||||
|
|
Loading…
Reference in New Issue