summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
authorhaircommander <pehunt@redhat.com>2018-06-11 16:46:16 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-14 10:26:21 +0000
commitb868470238ee60032a50f6ed23db3c09b475842b (patch)
tree4fb678f9fbbae7b90cc7933c1ec8226b36ea7f87 /completions
parent65033b586fb353734d29dac1dfb9f342d5eeaa21 (diff)
downloadpodman-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/podman1
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"