Trivial Fix: removes a comment

Although it is a comment, it affects the reading and overall code
quality.

Related to: https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/70
This commit is contained in:
Dhanuka Warusadura 2021-03-17 11:37:14 +05:30
parent 6dc2e55cee
commit 8503902759

View File

@ -6,7 +6,7 @@ _secret-tool()
_init_completion || return _init_completion || return
if [[ $cur == -* ]]; then 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") ) COMPREPLY=( $(compgen -W "$opts" -- "$cur") )
return return
elif [[ $cword -eq 1 ]]; then elif [[ $cword -eq 1 ]]; then