diff --git a/bash-completion/secret-tool b/bash-completion/secret-tool index 184a39d..45e920d 100644 --- a/bash-completion/secret-tool +++ b/bash-completion/secret-tool @@ -6,7 +6,7 @@ _secret-tool() _init_completion || return if [[ $cur == -* ]]; then - local opts="--help --verbose -q --quiet" # not sure about the opts + local opts="--help --verbose -q --quiet" COMPREPLY=( $(compgen -W "$opts" -- "$cur") ) return elif [[ $cword -eq 1 ]]; then