summaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-12 13:48:56 +0100
committerGitHub <noreply@github.com>2020-02-12 13:48:56 +0100
commite22367562515669dc05ed4d5a8980ad6c303fc02 (patch)
tree545213e94e2fdb4b835e7007436689db94135fb0 /completions/bash
parentbe37d144e78c1948aaf9f3e7b040ac1afdb9120d (diff)
parentd64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f (diff)
downloadpodman-e22367562515669dc05ed4d5a8980ad6c303fc02.tar.gz
podman-e22367562515669dc05ed4d5a8980ad6c303fc02.tar.bz2
podman-e22367562515669dc05ed4d5a8980ad6c303fc02.zip
Merge pull request #5144 from marusak/doc_fixes
[CI:DOCS] podman system service doc fixes
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 7c14cf67c..99e6a3bcb 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