aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar maxried <maxried@gmail.com>2013-12-28 12:24:58 +0100
committerGravatar maxried <maxried@gmail.com>2013-12-28 12:24:58 +0100
commit541db5fbbea9cbe4412472621965515b2297e9c2 (patch)
tree77ba64a970ce2a5f4c29d420dd8d62570ba01f9b /share
parent93f7c14ea6018d60b6e3c561e52e6aee74396cc1 (diff)
Update adb.fish
Added semi-documented but often used adb subcommand.
Diffstat (limited to 'share')
-rw-r--r--share/completions/adb.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/adb.fish b/share/completions/adb.fish
index 0eef3421..bea9c784 100644
--- a/share/completions/adb.fish
+++ b/share/completions/adb.fish
@@ -98,6 +98,7 @@ complete -f -n '__fish_adb_no_subcommand' -c adb -a 'root' -d 'Restart the adbd
complete -f -n '__fish_adb_no_subcommand' -c adb -a 'usb' -d 'Restart the adbd daemon listening on USB'
complete -f -n '__fish_adb_no_subcommand' -c adb -a 'tcpip' -d 'Restart the adbd daemon listening on TCP'
complete -f -n '__fish_adb_no_subcommand' -c adb -a 'ppp' -d 'Run PPP over USB'
+complete -f -n '__fish_adb_no_subcommand' -c adb -a 'sideload' -d 'Install zip-file on device in sideload mode'
# install options
complete -n '__fish_seen_subcommand_from install' -c adb -s l -d 'Forward-lock the app'