Update yapfa

This commit is contained in:
budgidiere 2020-07-15 13:40:14 -05:00 committed by GitHub
parent f46463e082
commit 5566583015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
yapfa
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Akarin Build Script
# YAPFA Build Script
############################################################################
# Multicore building #
@ -158,7 +158,7 @@ case "$1" in
fi
;;
*)
echo "Akarin build tool command. This provides a variety of commands to build and manage the Akarin build"
echo "YAPFA build tool command. This provides a variety of commands to build and manage the YAPFA build"
echo "environment. For all of the functionality of this command to be available, you must first run the"
echo "'setup' command. View below for details. For essential building and patching, you do not need to do the setup."
echo ""
@ -172,18 +172,18 @@ case "$1" in
echo ""
echo " These commands require the setup command before use:"
echo " * r, root | Change directory to the root of the project."
echo " * a. api | Move to the Akarin-API directory."
echo " * s, server | Move to the Akarin-Server directory."
echo " * a. api | Move to the YAPFA-API directory."
echo " * s, server | Move to the YAPFA-Server directory."
echo " * e, edit | Use to edit a specific patch, give it the argument \"server\" or \"api\""
echo " | respectively to edit the correct project. Use the argument \"continue\" after"
echo " | the changes have been made to finish and rebuild patches. Can be called from anywhere."
echo ""
echo " * setup | Add an alias to .bashrc to allow full functionality of this script. Run as:"
echo " | . ./akarin setup"
echo " | . ./YAPFA setup"
echo " | After you run this command you'll be able to just run 'akarin' from anywhere."
echo " | The default name for the resulting alias is 'akarin', you can give an argument to override"
echo " | this default, such as:"
echo " | . ./akarin setup example"
echo " | . ./YAPFA setup example"
echo " | Which will allow you to run 'example' instead."
;;
esac