mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-21 20:28:52 +00:00
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:
parent
6dc2e55cee
commit
8503902759
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user