From b2b90154a89d6c067b84af3f269197d047befef6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 4 Apr 2018 13:43:56 -0700 Subject: [PATCH] Consistently use - rather than _ in fastboot option tab completion. (fastboot actually supports both, but only barbarians use underscore.) Bug: N/A Test: `fastboot \t` Change-Id: I52166d8b0e91285d16bcf65ad51de20f57a00ad1 --- fastboot/fastboot.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastboot/fastboot.bash b/fastboot/fastboot.bash index b91ec723e..7c67826a7 100644 --- a/fastboot/fastboot.bash +++ b/fastboot/fastboot.bash @@ -59,7 +59,7 @@ _fastboot() { where=OPTIONS fi - OPTIONS="-a -c --disable-verification --disable-verity -h --help -s --set_active --skip-secondary --skip-reboot --slot -u --version -w" + OPTIONS="-a -c --disable-verification --disable-verity -h --help -s --set-active --skip-secondary --skip-reboot --slot -u --version -w" COMMAND="continue devices erase flash flashall flashing format getvar get_staged help oem reboot stage update" case $where in