From 2eee3cd81253b1d7feb5f0b4c64a8839e99f20b6 Mon Sep 17 00:00:00 2001 From: Piratey7007 Date: Sat, 3 Feb 2024 11:26:45 -0600 Subject: [PATCH] Corrected markdown documentation for `--stars` The `--stars` option was incorrectly documented as meaning the number of stars to filter by. This has been corrected to indicate that it is the minimum number of stars to filter by. Tweaked wording of podman-search.md stars filter text Signed-off-by: Kaniel Kirby --- docs/source/markdown/podman-search.1.md.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-search.1.md.in b/docs/source/markdown/podman-search.1.md.in index 1991254b5f..9c171194d3 100644 --- a/docs/source/markdown/podman-search.1.md.in +++ b/docs/source/markdown/podman-search.1.md.in @@ -47,7 +47,7 @@ Filter output based on conditions provided (default []) Supported filters are: -* stars (int - number of stars the image has) +* stars (int) - minimum number of stars required for images to show * is-automated (boolean - true | false) - is the image automated or not * is-official (boolean - true | false) - is the image official or not