about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-02-08 15:13:54 +0100
committerFrank Terbeck <ft@bewatermyfriend.org>2015-02-08 20:27:25 +0100
commit28d520bc21dabed9e390599d121b1867dbeb0ebb (patch)
tree125a0becd7c61e789ff9a67bf28e1440f000d27e /Completion
parentffaf99288fad178850c575d4025662b7252e56c1 (diff)
downloadzsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.gz
zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.tar.xz
zsh-28d520bc21dabed9e390599d121b1867dbeb0ebb.zip
34470: completion: adb: add "sideload" command
btw: there is another compdef available for `adb` from
zsh-users/zsh-completion; see
https://github.com/zsh-users/zsh-completions/issues/291.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_adb b/Completion/Unix/Command/_adb
index 2e36046c7..e687762d3 100644
--- a/Completion/Unix/Command/_adb
+++ b/Completion/Unix/Command/_adb
@@ -63,6 +63,7 @@ _adb() {
           "root"
           "usb"
           "tcpip"
+          "sideload"
           "ppp"
   )