From b97f880b2afdac33f45bc869a22adb218755713c Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sat, 6 Aug 2022 18:45:35 +0200 Subject: [PATCH] sequpgrade - add execute option to help --- sequpgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequpgrade.sh b/sequpgrade.sh index 00cb973..312ca75 100755 --- a/sequpgrade.sh +++ b/sequpgrade.sh @@ -6,7 +6,7 @@ # Holds all files which should be upgraded sq_files=() -step_1_info() { echoinfoArgs "[FILE ...]"; echo "Check files"; } +step_1_info() { echoinfoArgs "[--execute] [FILE ...]"; echo "Check files"; } step_1_alias() { echo "upgrade"; } step_1() { local file=