Browse code

Fix man pages

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)

Dan Walsh authored on 2015/07/21 00:46:50
Showing 3 changed files
... ...
@@ -20,7 +20,7 @@ docker-ps - List containers
20 20
 
21 21
 # DESCRIPTION
22 22
 
23
-List the containers in the local repository. By default this show only
23
+List the containers in the local repository. By default this shows only
24 24
 the running containers.
25 25
 
26 26
 # OPTIONS
... ...
@@ -28,7 +28,7 @@ the running containers.
28 28
    Show all containers. Only running containers are shown by default. The default is *false*.
29 29
 
30 30
 **--before**=""
31
-   Show only container created before Id or Name, include non-running ones.
31
+   Show only containers created before Id or Name, including non-running containers.
32 32
 
33 33
 **--help**
34 34
   Print usage statement
... ...
@@ -22,6 +22,7 @@ registry located at `registry-1.docker.io` by default.
22 22
 # OPTIONS
23 23
 **-a**, **--all-tags**=*true*|*false*
24 24
    Download all tagged images in the repository. The default is *false*.
25
+
25 26
 **--help**
26 27
   Print usage statement
27 28
 
... ...
@@ -14,7 +14,7 @@ TERM
14 14
 
15 15
 # DESCRIPTION
16 16
 
17
-Search Docker Hub for an image with that matches the specified `TERM`. The table
17
+Search Docker Hub for images that match the specified `TERM`. The table
18 18
 of images returned displays the name, description (truncated by default), number
19 19
 of stars awarded, whether the image is official, and whether it is automated.
20 20