Skip to content

Commit

Permalink
#2923 shorter line
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 7, 2024
1 parent 1a39c4a commit 120ec47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/scripts/test-repetition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 120ec47

Please sign in to comment.