From 120ec47e5ecd03072e0f4a3242abc138826d5681 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 7 Mar 2024 07:42:17 +0300 Subject: [PATCH] #2923 shorter line --- src/test/scripts/test-repetition.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/scripts/test-repetition.sh b/src/test/scripts/test-repetition.sh index 9afa969c9b..c9c890cad0 100755 --- a/src/test/scripts/test-repetition.sh +++ b/src/test/scripts/test-repetition.sh @@ -24,7 +24,8 @@ do compilation=$1 ;; *) - echo "Invalid option: $1. Please, specify --max, --folder or --compilation options, for example, --max 15 --folder /some/path" + echo "Invalid option: $1. Please, specify --max, --folder or --compilation options, \ +for example, --max 15 --folder /some/path" exit 1 ;; esac