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.
This commit is contained in:
Radomír Bosák 2016-12-20 12:08:13 +01:00 committed by Kurtis Rader
parent 2900352e04
commit 720c0ddb35

View file

@ -110,7 +110,7 @@ complete -n '__fish_seen_subcommand_from install' -c adb -l 'iv' -d 'Hex-encoded
# uninstall # 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 -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 # devices
complete -n '__fish_seen_subcommand_from devices' -c adb -s l -d 'Also list device qualifiers' complete -n '__fish_seen_subcommand_from devices' -c adb -s l -d 'Also list device qualifiers'