about summary refs log tree commit diff
path: root/Completion/Unix/Command/_gsettings
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-07-15 14:53:53 +0200
committerOliver Kiddle <opk@zsh.org>2017-07-15 14:53:53 +0200
commit8eaacb35419171b40e121c61323a5113e5f1977d (patch)
treeb4f0cef111df5651583a4866a04a3889cbe396df /Completion/Unix/Command/_gsettings
parent4a63a1793af5f3046af6a77db8aeeece523ebc61 (diff)
downloadzsh-8eaacb35419171b40e121c61323a5113e5f1977d.tar.gz
zsh-8eaacb35419171b40e121c61323a5113e5f1977d.tar.xz
zsh-8eaacb35419171b40e121c61323a5113e5f1977d.zip
41431: update options in assorted completions
Diffstat (limited to 'Completion/Unix/Command/_gsettings')
-rw-r--r--Completion/Unix/Command/_gsettings2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gsettings b/Completion/Unix/Command/_gsettings
index 72f015729..890b56403 100644
--- a/Completion/Unix/Command/_gsettings
+++ b/Completion/Unix/Command/_gsettings
@@ -13,7 +13,7 @@ if [[ $state = subargs ]]; then
   curcontext="${curcontext%:*}-$words[1]:"
   case $words[1] in
     help) state=subcmds;;
-    get|range|reset|writable|monitor)
+    describe|get|range|reset|writable|monitor)
       _arguments ':schema:->schemata' ':key:->keys'
     ;;
     set)