From c836ff5ce246564d249fe82452f75605b5ad5332 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 26 Jul 2022 20:36:18 -0600 Subject: [PATCH] cleanup help --- functions/misc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/misc.sh b/functions/misc.sh index 9b61a053..ce13f395 100644 --- a/functions/misc.sh +++ b/functions/misc.sh @@ -57,8 +57,8 @@ echo "-U 5 | Same as above, but updates 5 applications at one time" echo "-u | Update all applications, does not update Major releases" echo "-u 5 | Same as above, but updates 5 applications at one time" echo -echo "Additional Options" -echo "------------------" +echo "Additional Update Options" +echo "-------------------------" echo "-b | Back-up your ix-applications dataset, specify a number after -b" echo "-i | Add application to ignore list, one by one, see example below." echo "-r | Roll-back applications if they fail to update"