Explorar o código

Merge pull request #10331 from DiuDiugirl/master

Fix a minor typo
Jessie Frazelle %!s(int64=10) %!d(string=hai) anos
pai
achega
8b031eb892
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      docker/flags.go
  2. 1 1
      docs/man/docker.1.md

+ 1 - 1
docker/flags.go

@@ -97,7 +97,7 @@ func init() {
 			{"images", "List images"},
 			{"import", "Create a new filesystem image from the contents of a tarball"},
 			{"info", "Display system-wide information"},
-			{"inspect", "Return low-level information on a container"},
+			{"inspect", "Return low-level information on a container or image"},
 			{"kill", "Kill a running container"},
 			{"load", "Load an image from a tar archive"},
 			{"login", "Register or log in to a Docker registry server"},

+ 1 - 1
docs/man/docker.1.md

@@ -144,7 +144,7 @@ unix://[/path/to/socket] to use.
   Display system-wide information
 
 **docker-inspect(1)**
-  Return low-level information on a container
+  Return low-level information on a container or image
 
 **docker-kill(1)**
   Kill a running container (which includes the wrapper process and everything