#2923 shorter line

This commit is contained in:
Yegor Bugayenko 2024-03-07 07:42:17 +03:00
parent 1a39c4a931
commit 120ec47e5e
No known key found for this signature in database
GPG Key ID: B8283801026E65F3

View File

@ -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