summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-30 20:34:28 +0100
committerGitHub <noreply@github.com>2020-10-30 20:34:28 +0100
commite5227b9d75d2a5145050a9a6b66fd6b812a370e9 (patch)
tree7e5f0d572469b665e04c4f93f37457a0c1506105 /docs
parentd475c99b5bb850e35bcb4c252e482c7aac9df221 (diff)
parentcab33cfbf6a729778afd6740e81df4f647514214 (diff)
downloadpodman-e5227b9d75d2a5145050a9a6b66fd6b812a370e9.tar.gz
podman-e5227b9d75d2a5145050a9a6b66fd6b812a370e9.tar.bz2
podman-e5227b9d75d2a5145050a9a6b66fd6b812a370e9.zip
Merge pull request #8201 from QiWang19/search-limit
Remove search limit since pagination support
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 fc09d96ea..15a38383a 100644
--- a/docs/source/markdown/podman-search.1.md
+++ b/docs/source/markdown/podman-search.1.md
@@ -62,7 +62,7 @@ Note: use .Tag only if the --list-tags is set.
**--limit**=*limit*
-Limit the number of results. This value can be in the range between 1 and 100. The default number of results is 25.
+Limit the number of results (default 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).