update: Fix completion of options

tingping/wmclass
Alexander Larsson 2016-10-17 17:27:34 +02:00
parent ee0ffbcb35
commit 8df193bc37
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}