From 8503902759fc0a5214038d344032a09482e2098a Mon Sep 17 00:00:00 2001 From: Dhanuka Warusadura Date: Wed, 17 Mar 2021 11:37:14 +0530 Subject: [PATCH] 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 --- bash-completion/secret-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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