From 3eea6f753a434418a38f0681bc198a7c91bc1c50 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 13 Jul 2015 08:56:58 -0400 Subject: [PATCH] Robert P.J. Day found this problems in man pages Example in docker search has an extranious -t docker rmi has a typo Docker-DCO-1.1-Signed-off-by: Dan Walsh (github: rhatdan) --- man/docker-rmi.1.md | 2 +- man/docker-search.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/docker-rmi.1.md b/man/docker-rmi.1.md index c288a4e85c..01dc64f52a 100644 --- a/man/docker-rmi.1.md +++ b/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 diff --git a/man/docker-search.1.md b/man/docker-search.1.md index 6316008f50..b65ff5fe76 100644 --- a/man/docker-search.1.md +++ b/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]