We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af4b75 commit 2951908Copy full SHA for 2951908
1 file changed
scripts/spelling.sh
@@ -23,7 +23,7 @@ if [ "$1" = "spellintian" ]; then
23
elif [ "$1" = "codespell" ]; then
24
current_test="codespell"
25
else
26
- echo "Unknown test specified in first argument. Options are spellintian and codespell."
+ echo "Unknown test \"$1\" specified in first argument. Options are spellintian and codespell."
27
exit 1;
28
fi;
29
0 commit comments