@ -26,9 +26,9 @@ function usage() {
echo "Usage: `basename $0` <file-with-replacement-list> <base-directory>"
echo
echo "Example of the replacements file content:"
echo "s/bylai/failui/"
echo "s/bylą/failą/"
echo "s/byloje/faile/"
echo "s/bylai/failui/g"
echo "s/bylą/failą/g"
echo "s/byloje/faile/g"
exit 1
}