Browse Source

Merge pull request #14587 from rhatdan/man

Man page fixes
Alexander Morozov 10 years ago
parent
commit
b39c330a18
2 changed files with 2 additions and 2 deletions
  1. 1 1
      man/docker-rmi.1.md
  2. 1 1
      man/docker-search.1.md

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

@@ -31,7 +31,7 @@ a registry. You cannot remove an image of a running container unless you use the
 
 ## Removing an image
 
-Here is an example of removing and image:
+Here is an example of removing an image:
 
     docker rmi fedora/httpd
 

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

@@ -52,7 +52,7 @@ ranked 3 or higher:
 Search Docker Hub for the term 'fedora' and only display automated images
 ranked 1 or higher:
 
-    $ docker search -s 1 -t fedora
+    $ docker search -s 1 fedora
     NAME               DESCRIPTION                                     STARS OFFICIAL  AUTOMATED
     goldmann/wildfly   A WildFly application server running on a ...   3               [OK]
     tutum/fedora-20    Fedora 20 image with SSH access. For the r...   1               [OK]