termux-tools: fix message typo in termux-reset

This commit is contained in:
Leonid Pliushch 2020-06-07 20:40:53 +03:00
parent b9a86e7836
commit aa225b374d
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=0.81
TERMUX_PKG_REVISION=1
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -7,7 +7,7 @@ echo "You are going to reset your Termux installation."
echo
echo "This script will erase everything under \$PREFIX. All files under that directory will be lost, that includes packages, configuration files, databases, etc."
echo
echo "Termux home directory as well as data on your shared or external storage will not be removed and leaved as-is."
echo "Termux home directory as well as data on your shared or external storage will not be removed and left as-is."
echo
read -re -p "Do you want to continue ? (y/n) " CHOICE