diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 0703029ea..969f1054e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -758,6 +758,7 @@ _podman_container_checkpoint() { -R --leave-running --tcp-established + --ignore-rootfs " case "$prev" in -e|--export) @@ -870,6 +871,7 @@ _podman_container_restore() { -l --latest --tcp-established + --ignore-rootfs " case "$prev" in -i|--import) |