Skip to content

Commit

Permalink
Merge pull request #2072 from danielartine/patch-1
Browse files Browse the repository at this point in the history
Updating deprecated command example in search.md
  • Loading branch information
thaJeztah authored Aug 29, 2019
2 parents f2163dd + bba0a4d commit 58153b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This example displays images with a name containing 'busybox',
at least 3 stars and the description isn't truncated in the output:

```bash
$ docker search --stars=3 --no-trunc busybox
$ docker search --filter=stars=3 --no-trunc busybox
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
busybox Busybox base image. 325 [OK]
progrium/busybox 50 [OK]
Expand Down

0 comments on commit 58153b2

Please sign in to comment.