From 7b67b8871b1db03b435130e807e6dfd71f8ad02b Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sat, 3 Sep 2022 18:45:53 -0600 Subject: [PATCH] remove timeout from help --- functions/misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/misc.sh b/functions/misc.sh index ebff4ff8..3812e72a 100644 --- a/functions/misc.sh +++ b/functions/misc.sh @@ -67,7 +67,7 @@ echo "-r | Roll-back applications if they fail to update" echo "-i | Add application to ignore list, one by one, see example below." echo "-S | Shutdown applications prior to updating" echo "-v | verbose output" -echo "-t 500| Set a custom timeout in seconds when checking if either an App or Mountpoint correctly Started, Stopped or (un)Mounted. Defaults to 500 seconds" +echo "-t 500| The amount of time HS will wait for an application to be ACTIVE. Defaults to 500 seconds" echo echo "Additional Options" echo "------------------"