From 720c0ddb35bbe41eb851a63baf5fce5c4b843e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radom=C3=ADr=20Bos=C3=A1k?= Date: Tue, 20 Dec 2016 12:08:13 +0100 Subject: [PATCH] Remove -u and --unautoritative from completions --authoritative and --unauthoritative 'complete' builtin switches have no effect anymore. This commit removes usage of --unautoritative/-u in completions. --- share/completions/adb.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/adb.fish b/share/completions/adb.fish index bea9c784a..3db1888bb 100644 --- a/share/completions/adb.fish +++ b/share/completions/adb.fish @@ -110,7 +110,7 @@ complete -n '__fish_seen_subcommand_from install' -c adb -l 'iv' -d 'Hex-encoded # uninstall complete -n '__fish_seen_subcommand_from uninstall' -c adb -s k -d 'Keep the data and cache directories' -complete -n '__fish_seen_subcommand_from uninstall' -c adb -f -u -a "(__fish_adb_list_uninstallable_packages)" +complete -n '__fish_seen_subcommand_from uninstall' -c adb -f -a "(__fish_adb_list_uninstallable_packages)" # devices complete -n '__fish_seen_subcommand_from devices' -c adb -s l -d 'Also list device qualifiers'