diff options
author | baude <bbaude@redhat.com> | 2017-11-13 16:16:47 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-14 16:46:26 +0000 |
commit | 7df322123290ee600812312421b98cfb97031e9f (patch) | |
tree | 2aa3651fb88c62185706f221c385a98fd749f25b /completions/bash/kpod | |
parent | 55c9cfb80e066713f009547f7df7dddd2da35eb8 (diff) | |
download | podman-7df322123290ee600812312421b98cfb97031e9f.tar.gz podman-7df322123290ee600812312421b98cfb97031e9f.tar.bz2 podman-7df322123290ee600812312421b98cfb97031e9f.zip |
Remove all images
Add -a/--all to rmi so a user can remove
all images quickly.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #41
Approved by: mheon
Diffstat (limited to 'completions/bash/kpod')
-rw-r--r-- | completions/bash/kpod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/kpod b/completions/bash/kpod index c13e64379..34cf86526 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1238,6 +1238,8 @@ _kpod_rmi() { -h --force -f + -a + --all " case "$cur" in |