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

Commit f51faea1 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Consistently use - rather than _ in fastboot option tab completion."

am: 52cd10fe

Change-Id: I22381670a6133e347bb8278c6311cc08ded867f3
parents d27a1e42 52cd10fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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