Fix copypaste error 'is-automated'

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit 2333657e1b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Misty Stanley-Jones 2016-11-28 10:31:38 -08:00 committed by Sebastiaan van Stijn
parent 60ff6c6b98
commit bf1a4d88bc
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -120,7 +120,7 @@ and are automated builds:
This example displays images with a name containing 'busybox', at least
3 stars and are official builds:
$ docker search --filter "is-automated=true" --filter "stars=3" busybox
$ docker search --filter "is-official=true" --filter "stars=3" busybox
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
progrium/busybox 50 [OK]
radial/busyboxplus Full-chain, Internet enabled, busybox made... 8 [OK]