build.sh: backup-unsigned: Correct typo in function description

Change-Id: I751145ece2cc90cc6656542f620446a2964441a6
Signed-off-by: rk134 <me@rk134.cf>
This commit is contained in:
rk134 2023-05-07 13:25:50 +00:00 committed by Rahul Kantrapally
parent 051eaa5176
commit 0344657154
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function showHelpAndExit {
echo -e "${CLR_BLD_BLU} -m, --module Build a specific module${CLR_RST}"
echo -e "${CLR_BLD_BLU} -s, --sign-keys Specify path to sign key mappings${CLR_RST}"
echo -e "${CLR_BLD_BLU} -p, --pwfile Specify path to sign key password file${CLR_RST}"
echo -e "${CLR_BLD_BLU} -b, --backup-unsigned Store a copy of unsignied package along with signed${CLR_RST}"
echo -e "${CLR_BLD_BLU} -b, --backup-unsigned Store a copy of unsigned package along with signed${CLR_RST}"
echo -e "${CLR_BLD_BLU} -d, --delta Generate a delta ota from the specified target_files zip${CLR_RST}"
echo -e "${CLR_BLD_BLU} -z, --imgzip Generate fastboot flashable image zip from signed target_files${CLR_RST}"
echo -e "${CLR_BLD_BLU} -n, --version Specify build minor version (number)${CLR_RST}"