Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2b90154 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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
parent 9c8c0389
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@ _fastboot() {
        where=OPTIONS
        where=OPTIONS
    fi
    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"
    COMMAND="continue devices erase flash flashall flashing format getvar get_staged help oem reboot stage update"


    case $where in
    case $where in