mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
--rm option shold conflicts with --restart
Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user