1
0
mirror of https://github.com/docker/cli.git synced 2025-08-07 00:42:41 +03:00

make cmd short short consistency and change docs

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud
2016-06-30 20:13:28 +08:00
committed by Tibor Vass
parent 77d6b3721e
commit a03b5522fe
6 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ parent = "smn_cli"
Usage: docker network connect [OPTIONS] NETWORK CONTAINER
Connects a container to a network
Connect a container to a network
--alias=[] Add network-scoped alias for the container
--help Print usage

View File

@@ -13,7 +13,7 @@ parent = "smn_cli"
Usage: docker node inspect [OPTIONS] self|NODE [NODE...]
Return low-level information on a volume
Display detailed information on one or more nodes
-f, --format= Format the output using the given go template.
--help Print usage

View File

@@ -14,7 +14,7 @@ parent = "smn_cli"
```Markdown
Usage: docker service inspect [OPTIONS] SERVICE [SERVICE...]
Inspect a service
Display detailed information on one or more services
Options:
-f, --format string Format the output using the given go template

View File

@@ -12,7 +12,7 @@ parent = "smn_cli"
Usage: docker volume inspect [OPTIONS] VOLUME [VOLUME...]
Return low-level information on a volume
Display detailed information on one or more volumes
-f, --format= Format the output using the given go template.
--help Print usage