diff options
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 4d552b0a7..d1b527656 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2004,7 +2004,7 @@ _podman_container_run() { return ;; --env|-e) - # we do not append a "=" here because "-e VARNAME" is legal systax, too + # we do not append a "=" here because "-e VARNAME" is legal syntax, too COMPREPLY=( $( compgen -e -- "$cur" ) ) __podman_nospace return |