mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-03-12 03:56:45 +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
|
_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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user