Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Jan 4, 2025
1 parent 4424b8b commit 9d6cc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Current DIR: $(pwd)
-E [ARGS], Add args [ARGS] to kptools when patching.
-c [COMMANDS], Specifies extra commands to run (developers only)."
TWIDTH=$(tput cols)
TEXTLEN=${#text}
TEXTLEN=4
MIDPOS=$(((TWIDTH - TEXTLEN) / 2))
printf "${BLUE}%*s${RESET}\n" $MIDPOS "NOTE"
printf "${BLUE}%s${RESET}\n" "When arg -I is not specified, the patched boot image will be stored in /storage/emulated/0/patched_boot.img(on android) or \${HOME}/patched_boot.img(on linux).
Expand Down

0 comments on commit 9d6cc6d

Please sign in to comment.