File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ Manage Pouch image
2525### SEE ALSO
2626
2727* [ pouch] ( pouch.md ) - An efficient container engine
28- * [ pouch image inspect] ( pouch_image_inspect.md ) - Display detailed information on one image
28+ * [ pouch image inspect] ( pouch_image_inspect.md ) - Display detailed information on one or more images
2929
Original file line number Diff line number Diff line change 11## pouch image inspect
22
3- Display detailed information on one image
3+ Display detailed information on one or more images
44
55### Synopsis
66
77Return detailed information on Pouch image
88
99```
10- pouch image inspect [OPTIONS] IMAGE
10+ pouch image inspect [OPTIONS] IMAGE [IMAGE...]
1111```
1212
1313### Examples
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Manager the networks in pouchd. It contains the functions of create/remove/list/
2626
2727* [ pouch] ( pouch.md ) - An efficient container engine
2828* [ pouch network create] ( pouch_network_create.md ) - Create a pouch network
29- * [ pouch network inspect] ( pouch_network_inspect.md ) - Inspect a pouch network
29+ * [ pouch network inspect] ( pouch_network_inspect.md ) - Inspect one or more pouch networks
3030* [ pouch network list] ( pouch_network_list.md ) - List pouch networks
3131* [ pouch network remove] ( pouch_network_remove.md ) - Remove a pouch network
3232
Original file line number Diff line number Diff line change 11## pouch network inspect
22
3- Inspect a pouch network
3+ Inspect one or more pouch networks
44
55### Synopsis
66
77Inspect a network in pouchd. It must specify network's name.
88
99```
10- pouch network inspect [OPTIONS] NAME
10+ pouch network inspect [OPTIONS] Network [Network...]
1111```
1212
1313### Examples
You can’t perform that action at this time.
0 commit comments