Merge branch 'trivial-fix' into 'master'

Trivial Fix: removes a comment

See merge request GNOME/libsecret!71
This commit is contained in:
Daiki Ueno 2021-03-18 19:50:09 +00:00
commit 7d6aacdc66

View File

@ -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