summaryrefslogtreecommitdiff
path: root/bash-completion
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-03-18 19:50:09 +0000
committerDaiki Ueno <ueno@gnu.org>2021-03-18 19:50:09 +0000
commit7d6aacdc6628a7bf4aca5e0033db5e8e43fefeba (patch)
tree5e70612e2c8d68860e91728ed26a341f7a082af2 /bash-completion
parent6dc2e55cee0fefc24812e2e56bf69c6ff83b495d (diff)
parent8503902759fc0a5214038d344032a09482e2098a (diff)
downloadlibsecret-7d6aacdc6628a7bf4aca5e0033db5e8e43fefeba.tar.gz
Merge branch 'trivial-fix' into 'master'
Trivial Fix: removes a comment See merge request GNOME/libsecret!71
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/secret-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/secret-tool b/bash-completion/secret-tool
index 184a39d..45e920d 100644
--- a/bash-completion/secret-tool
+++ b/bash-completion/secret-tool
@@ -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