From 8eaacb35419171b40e121c61323a5113e5f1977d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 15 Jul 2017 14:53:53 +0200 Subject: 41431: update options in assorted completions --- Completion/Unix/Command/_gsettings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_gsettings') 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) -- cgit 1.4.1