am 8ab5c13b: Merge "pixel perfect: Disable controls" into studio-1.1-dev automerge: b234933 automerge: e50f48d automerge: 48965bc

* commit '8ab5c13b8161ecb1dab460b8b2b9020f17eef790':
  pixel perfect: Disable controls
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 @@
     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)