summaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
authorMatej Marusak <mmarusak@redhat.com>2020-02-10 10:20:27 +0100
committerMatej Marusak <mmarusak@redhat.com>2020-02-10 16:31:50 +0100
commitd64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f (patch)
treef19dc5f0c28be9f3410a5b5dae22ff8b2a0a753e /completions/bash
parent6eac49ed1d0e4f0fba52ef32dca1a60e90c3ab5a (diff)
downloadpodman-d64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f.tar.gz
podman-d64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f.tar.bz2
podman-d64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f.zip
bash-completions: Add missing subcommands in 'podman system'
Signed-off-by: Matej Marusak <mmarusak@redhat.com>
Diffstat (limited to 'completions/bash')
-rw-r--r--completions/bash/podman3
1 files changed, 3 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 56559c142..5234f3b99 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -1221,8 +1221,11 @@ _podman_system() {
subcommands="
df
info
+ migrate
prune
+ renumber
reset
+ service
"
__podman_subcommands "$subcommands" && return