diff options
author | umohnani8 <umohnani@redhat.com> | 2018-06-27 13:37:56 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-28 16:55:29 +0000 |
commit | 3b9046a170119c9d3e2975f03587776842c126ec (patch) | |
tree | a3bd0c122de2d99a08c1c909c95fbd91bbcb1fa1 /completions | |
parent | 650797c0162b52956433dd0c92210b65ab93acd3 (diff) | |
download | podman-3b9046a170119c9d3e2975f03587776842c126ec.tar.gz podman-3b9046a170119c9d3e2975f03587776842c126ec.tar.bz2 podman-3b9046a170119c9d3e2975f03587776842c126ec.zip |
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 <umohnani@redhat.com>
Closes: #1011
Approved by: rhatdan
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 0 insertions, 1 deletions
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 |