aboutsummaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-10-29 14:02:24 -0700
committerPaul Lawrence <paullawrence@google.com>2014-10-29 21:14:28 +0000
commit7859e2e738542baf96c15e6c8b50bbdb410131b0 (patch)
tree34a7c3088d8847d4dddb09ac19e2a6e0303feb4c /bash_completion
parentd4ce15e340fda96219f1dbe76f36d3fa4c6bb954 (diff)
downloadsdk-7859e2e738542baf96c15e6c8b50bbdb410131b0.zip
sdk-7859e2e738542baf96c15e6c8b50bbdb410131b0.tar.gz
sdk-7859e2e738542baf96c15e6c8b50bbdb410131b0.tar.bz2
Autocomplete disable-verity
Bug: 18173945 Change-Id: I572bf34d99d8ca1139e7e2ad5b271e7997006ca4
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion/adb.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion/adb.bash b/bash_completion/adb.bash
index b9b52c7..c1793d9 100644
--- a/bash_completion/adb.bash
+++ b/bash_completion/adb.bash
@@ -59,7 +59,7 @@ _adb() {
fi
OPTIONS="-d -e -s -p"
- COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip"
+ COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip disable-verity"
case $where in
OPTIONS|OPT_SERIAL|OPT_PATH)