diff options
author | haircommander <pehunt@redhat.com> | 2018-06-11 16:46:16 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-14 10:26:21 +0000 |
commit | b868470238ee60032a50f6ed23db3c09b475842b (patch) | |
tree | 4fb678f9fbbae7b90cc7933c1ec8226b36ea7f87 /completions | |
parent | 65033b586fb353734d29dac1dfb9f342d5eeaa21 (diff) | |
download | podman-b868470238ee60032a50f6ed23db3c09b475842b.tar.gz podman-b868470238ee60032a50f6ed23db3c09b475842b.tar.bz2 podman-b868470238ee60032a50f6ed23db3c09b475842b.zip |
Added --sort flag to podman image
Signed-off-by: haircommander <pehunt@redhat.com>
Closes: #937
Approved by: rhatdan
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index d28108867..7e09670ca 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1143,6 +1143,7 @@ _podman_images() { " local options_with_args=" --format + --sort " local all_options="$options_with_args $boolean_options" |