mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-03-11 03:26:42 +00:00
Merge branch 'trivial-fix' into 'master'
Trivial Fix: removes a comment See merge request GNOME/libsecret!71
This commit is contained in:
commit
7d6aacdc66
@ -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…
x
Reference in New Issue
Block a user