add deprecated arguments to -h

This commit is contained in:
overdodactyl 2018-11-21 10:12:26 -07:00
parent 5c67985910
commit 315bd08267

View File

@ -54,6 +54,10 @@ usage() {
echo -e "\t\t\t\t\t Ex: -o \"override folder\" "
echo -e "\t-n,\t\t Do not append any overrides, even if user-overrides.js exists."
echo -e
echo -e "Deprecated Arguments:"
echo -e "\t-donotupdate,\t Use instead -d"
echo -e "\t-update,\t Use instead -u"
echo -e
exit 1
}