diff options
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index ca2c93153..6492da2b3 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1980,12 +1980,15 @@ _podman_manifest_remove() { _podman_pull() { local options_with_args=" --authfile - --creds --cert-dir + --creds + --override-arch + --override-os " local boolean_options=" --all-tags -a + --disable-content-trust --help -h --quiet @@ -2160,6 +2163,8 @@ _podman_container_run() { --no-healthcheck --no-hosts --oom-score-adj + --override-arch + --override-os --pid --pids-limit --pod |