[libsecret: 1/2] Trivial Fix: removes a comment




commit 8503902759fc0a5214038d344032a09482e2098a
Author: Dhanuka Warusadura <csx tuta io>
Date:   Wed Mar 17 11:37:14 2021 +0530

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]