From 3b9046a170119c9d3e2975f03587776842c126ec Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Wed, 27 Jun 2018 13:37:56 -0400 Subject: Remove the --registry flag from podman search Instead of setting the --registry flag to search a single registry, prefix the registry before the image name in the input, an example is `podman search registry.fedoraproject.org/fedora` and this will search for the fedora image in only registry.fedoraproject.org. Signed-off-by: umohnani8 Closes: #1011 Approved by: rhatdan --- completions/bash/podman | 1 - 1 file changed, 1 deletion(-) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 69588ae27..7abdd346e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1303,7 +1303,6 @@ _podman_search() { --filter -f --format --limit - --registry " local boolean_options=" --no-trunc -- cgit v1.2.3-54-g00ecf