From 5566583015474ec33e05eb288dab6886f925b297 Mon Sep 17 00:00:00 2001 From: budgidiere Date: Wed, 15 Jul 2020 13:40:14 -0500 Subject: [PATCH] Update yapfa --- yapfa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yapfa b/yapfa index afa1a84b..70e62936 100755 --- a/yapfa +++ b/yapfa @@ -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