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
This commit is contained in:
parent
9c8c03896e
commit
b2b90154a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue