diff options
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 895659fe5..4a694ca44 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1247,6 +1247,7 @@ _podman_commit() { -c --message -m + --iidfile " local boolean_options=" --help @@ -3317,7 +3318,6 @@ _podman_volume() { _podman_podman() { local options_with_args=" --config -c - --cpu-profile --root --runroot --storage-driver @@ -3334,6 +3334,7 @@ _podman_podman() { " commands=" attach + auto-update build commit container |