diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2019-07-07 03:12:51 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.com> | 2019-07-07 03:12:51 +0300 |
commit | d9083f56c91da5cce9d5c6d9477627db6f6cbeb3 (patch) | |
tree | 14e0162b94b7bf25702c7e239d47a7a18fa60a52 | |
parent | 787c542f5eb06518e0a873fba3bfafb2c3abfab0 (diff) |
fix readme
-rwxr-xr-x | mmga | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ case "$ACTION" in exit 1 fi - echo -n "Type uppercase YES to flash OEM firmware: " + echo -n "Type uppercase yes to flash OEM firmware: " read ans if [[ "$ans" != "YES" ]]; then |