diff options
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index d9af43d37..b97c4b0d5 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -945,6 +945,7 @@ _podman_build() { --userns-uid-map-user --userns-gid-map-group --uts + --mount --volume -v " @@ -2012,7 +2013,9 @@ _podman_wait() { local boolean_options=" --help -h - -l + -i + -l + --interval --latest" case "$cur" in -*) |