commit 3fd7e094a174e93c76adb8cabff76d14b9ccae83 parent 4f037db163bf77ec85fe497166f6fc41fa3f105e Author: Tyler Clark <tyler.clark@foxide.xyz> Date: Sun, 9 Feb 2025 21:47:07 -0500 Correcting help menu Diffstat:
M | scripts/NewRepo.sh | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/scripts/NewRepo.sh b/scripts/NewRepo.sh @@ -9,10 +9,10 @@ help() { #echo "Usage: " - echo "-h, --help: Prints this help menu" - echo "-n, --name value: Gives repository name of value" - echo "-p, --private: Makes the repository private" - echo "-t, --template: Makes the repository a template repository" + echo "-h: Prints this help menu" + echo "-n value: Gives repository name of value" + echo "-p: Makes the repository private" + echo "-t: Makes the repository a template repository" } # This function will run to gather information for repo creation