From 1492f3c936a0f6180db61a6500371aceebc37e39 Mon Sep 17 00:00:00 2001 From: zhangguanzhang Date: Fri, 2 Oct 2020 21:56:04 +0800 Subject: --rm option shold conflicts with --restart Signed-off-by: zhangguanzhang --- completions/bash/podman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index a83cfc790..e12862126 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -407,7 +407,7 @@ __podman_local_interfaces() { __podman_complete_restart() { case "$prev" in --restart) - COMPREPLY=( $( compgen -W "always no on-failure" -- "$cur") ) + COMPREPLY=( $( compgen -W "always no on-failure unless-stopped" -- "$cur") ) return ;; esac -- cgit v1.2.3-54-g00ecf