Autocomplete disable-verity

Bug: 18173945
Change-Id: I572bf34d99d8ca1139e7e2ad5b271e7997006ca4
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)