bash-completions: Add missing subcommands in 'podman system'

Signed-off-by: Matej Marusak <mmarusak@redhat.com>
This commit is contained in:
Matej Marusak 2020-02-10 10:20:27 +01:00
parent 6eac49ed1d
commit d64e8b7dd5
1 changed files with 3 additions and 0 deletions

View File

@ -1221,8 +1221,11 @@ _podman_system() {
subcommands="
df
info
migrate
prune
renumber
reset
service
"
__podman_subcommands "$subcommands" && return