From 65f0175deb7e36f8dda932bfcd1222db0d436d68 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 31 Jul 2022 19:05:06 -0600 Subject: [PATCH] update help, formatting --- functions/misc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/misc.sh b/functions/misc.sh index 44ec0bec..050055d8 100644 --- a/functions/misc.sh +++ b/functions/misc.sh @@ -40,7 +40,6 @@ help(){ echo "Access the HeavyScript Menu" echo "---------------------------" -echo "(Just dont send any other argument)" echo "bash heavy_script.sh" echo echo "Utilities" @@ -51,7 +50,7 @@ echo "--delete-backup | Opens a menu to delete backups on your system" echo "--dns | list all of your applications DNS names and their web ports" echo echo "Update Types" -echo "--------------" +echo "------------" echo "-U | Update all applications, ignores versions" echo "-U 5 | Same as above, but updates 5 applications at one time" echo "-u | Update all applications, does not update Major releases"