[dconf: 1/3] completion: Drop nonexistent lock and unlock commands from completion




commit f6603047cb60cbee553c208b3cf4329c20335609
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Dec 9 09:38:29 2020 +0000

    completion: Drop nonexistent lock and unlock commands from completion
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 bin/completion/dconf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bin/completion/dconf b/bin/completion/dconf
index 64963972..aaaa1e7b 100644
--- a/bin/completion/dconf
+++ b/bin/completion/dconf
@@ -9,13 +9,13 @@ __dconf() {
 
   case "${COMP_CWORD}" in
     1)
-      choices=$'help \nread \nlist \nwrite \nreset \nupdate \nlock \nunlock \nwatch \ndump \nload \ncompile '
+      choices=$'help \nread \nlist \nwrite \nreset \nupdate \nwatch \ndump \nload \ncompile '
       ;;
 
     2)
       case "${COMP_WORDS[1]}" in
         help)
-          choices=$'help \nread \nlist \nwrite \nreset \nupdate \nlock \nunlock \nwatch \ndump \nload 
\ncompile '
+          choices=$'help \nread \nlist \nwrite \nreset \nupdate \nwatch \ndump \nload \ncompile '
           ;;
         list|dump|load)
           choices="$(dconf _complete / "${COMP_WORDS[2]}")"


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