From 435e30e42f794143ed90ca5a3777f63a1c61ce83 Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Fri, 2 Oct 2015 11:24:31 -0400 Subject: [PATCH] typo man/search Signed-off-by: Sally O'Malley --- man/docker-search.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/docker-search.1.md b/man/docker-search.1.md index 3eaefd068a..a199f80db7 100644 --- a/man/docker-search.1.md +++ b/man/docker-search.1.md @@ -30,8 +30,8 @@ of stars awarded, whether the image is official, and whether it is automated. **--no-trunc**=*true*|*false* Don't truncate output. The default is *false*. -**-s**, **--stars**=0 - Only displays with at least x stars +**-s**, **--stars**=X + Only displays with at least X stars. The default is zero. # EXAMPLES @@ -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 fedora + $ docker search --automated -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]