From 7859e2e738542baf96c15e6c8b50bbdb410131b0 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Wed, 29 Oct 2014 14:02:24 -0700 Subject: Autocomplete disable-verity Bug: 18173945 Change-Id: I572bf34d99d8ca1139e7e2ad5b271e7997006ca4 --- bash_completion/adb.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash_completion') 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) -- cgit v1.1