Skip to content

Commit

Permalink
Merge pull request #1061 from pouchrobot/auto-doc-2018-04-06
Browse files Browse the repository at this point in the history
docs: auto generate pouch cli/api docs via code
  • Loading branch information
allencloud authored Apr 7, 2018
2 parents 55fbc1a + 6ed0e59 commit d4b155a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/commandline/pouch_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Manage Pouch image
### SEE ALSO

* [pouch](pouch.md) - An efficient container engine
* [pouch image inspect](pouch_image_inspect.md) - Display detailed information on one image
* [pouch image inspect](pouch_image_inspect.md) - Display detailed information on one or more images

4 changes: 2 additions & 2 deletions docs/commandline/pouch_image_inspect.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## pouch image inspect

Display detailed information on one image
Display detailed information on one or more images

### Synopsis

Return detailed information on Pouch image

```
pouch image inspect [OPTIONS] IMAGE
pouch image inspect [OPTIONS] IMAGE [IMAGE...]
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/commandline/pouch_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Manager the networks in pouchd. It contains the functions of create/remove/list/

* [pouch](pouch.md) - An efficient container engine
* [pouch network create](pouch_network_create.md) - Create a pouch network
* [pouch network inspect](pouch_network_inspect.md) - Inspect a pouch network
* [pouch network inspect](pouch_network_inspect.md) - Inspect one or more pouch networks
* [pouch network list](pouch_network_list.md) - List pouch networks
* [pouch network remove](pouch_network_remove.md) - Remove a pouch network

4 changes: 2 additions & 2 deletions docs/commandline/pouch_network_inspect.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## pouch network inspect

Inspect a pouch network
Inspect one or more pouch networks

### Synopsis

Inspect a network in pouchd. It must specify network's name.

```
pouch network inspect [OPTIONS] NAME
pouch network inspect [OPTIONS] Network [Network...]
```

### Examples
Expand Down

0 comments on commit d4b155a

Please sign in to comment.