summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2020-04-30 16:45:47 -0400
committerQi Wang <qiwan@redhat.com>2020-05-01 11:20:19 -0400
commitef603de8ecf27ace01c5cfdc92f878948a33f1f6 (patch)
treecfa7b510c40ffd291458a4c7aede8ad4c08260e1 /docs
parentc31bf2e97644b76163624149bb130528c6a5a394 (diff)
downloadpodman-ef603de8ecf27ace01c5cfdc92f878948a33f1f6.tar.gz
podman-ef603de8ecf27ace01c5cfdc92f878948a33f1f6.tar.bz2
podman-ef603de8ecf27ace01c5cfdc92f878948a33f1f6.zip
search --limit compatible with docker
Check --limit range and update --limit manpage explanation. Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-search.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-search.1.md b/docs/source/markdown/podman-search.1.md
index 31de6f839..75bfeb058 100644
--- a/docs/source/markdown/podman-search.1.md
+++ b/docs/source/markdown/podman-search.1.md
@@ -59,7 +59,7 @@ Valid placeholders for the Go template are listed below:
**--limit**=*limit*
-Limit the number of results
+Limit the number of results. This value can be in the range between 1 and 100. The default number of results is 25.
Note: The results from each registry will be limited to this value.
Example if limit is 10 and two registries are being searched, the total
number of results will be 20, 10 from each (if there are at least 10 matches in each).