summaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
Diffstat (limited to 'completions/bash')
-rw-r--r--completions/bash/podman5
1 files changed, 4 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 7e60d1e81..ae7db9f6d 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -654,6 +654,7 @@ _podman_attach() {
--latest
-l
--no-stdin
+ --sig-proxy
"
_complete_ "$options_with_args" "$boolean_options"
}
@@ -1478,7 +1479,9 @@ _podman_start() {
-i
--interactive
--latest
- -l"
+ -l
+ --sig-proxy
+ "
_complete_ "$options_with_args" "$boolean_options"
}
_podman_stop() {