summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/completion/dconf6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/completion/dconf b/bin/completion/dconf
index aaaa1e7..be46e2f 100644
--- a/bin/completion/dconf
+++ b/bin/completion/dconf
@@ -9,15 +9,15 @@ __dconf() {
case "${COMP_CWORD}" in
1)
- choices=$'help \nread \nlist \nwrite \nreset \nupdate \nwatch \ndump \nload \ncompile '
+ choices=$'help \nread \nlist \nlist-locks \nwrite \nreset \ncompile \nupdate \nwatch \ndump \nload \nblame '
;;
2)
case "${COMP_WORDS[1]}" in
help)
- choices=$'help \nread \nlist \nwrite \nreset \nupdate \nwatch \ndump \nload \ncompile '
+ choices=$'help \nread \nlist \nlist-locks \nwrite \nreset \ncompile \nupdate \nwatch \ndump \nload \nblame '
;;
- list|dump|load)
+ list|list-locks|dump|load)
choices="$(dconf _complete / "${COMP_WORDS[2]}")"
;;
read|list|write|lock|unlock|watch|reset)