From 8df193bc37a4ec6adf4fe0c933eed4f1c6fcb2d1 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 17 Oct 2016 17:27:34 +0200 Subject: [PATCH] update: Fix completion of options --- app/flatpak-builtins-update.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/flatpak-builtins-update.c b/app/flatpak-builtins-update.c index 619b7445e..6703a957f 100644 --- a/app/flatpak-builtins-update.c +++ b/app/flatpak-builtins-update.c @@ -392,6 +392,9 @@ flatpak_complete_update (FlatpakCompletion *completion) { case 0: default: /* REF */ + flatpak_complete_options (completion, global_entries); + flatpak_complete_options (completion, options); + flatpak_complete_options (completion, user_entries); flatpak_complete_partial_ref (completion, kinds, opt_arch, dir, NULL); break; }