diff options
Diffstat (limited to 'docs/podman-search.1.md')
-rw-r--r-- | docs/podman-search.1.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/podman-search.1.md b/docs/podman-search.1.md index 00900fcec..03267f15d 100644 --- a/docs/podman-search.1.md +++ b/docs/podman-search.1.md @@ -4,14 +4,7 @@ podman\-search - Search a registry for an image ## SYNOPSIS -**podman search** -**TERM** -[**--filter**|**-f**] -[**--format**] -[**--limit**] -[**--no-trunc**] -[**--registry**] -[**--help**|**-h**] +**podman search** [*options*] *term* ## DESCRIPTION **podman search** searches a registry or a list of registries for a matching image. @@ -78,6 +71,10 @@ then tls verification will be used. If set to false then tls verification will n default registries will be searched through (in /etc/containers/registries.conf), and tls will be skipped if a default registry is listed in the insecure registries. +**--help**, **-h** + +Print usage statement + ## EXAMPLES ``` |