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

Commit 0e172246 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."...

Merge "Consistently use - rather than _ in fastboot option tab completion." am: 52cd10fe am: f51faea1
am: 7e5b0edf

Change-Id: Ib272d456359872af00f443477b9e2c85c1026174
parents 128c2a6f 7e5b0edf
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