Fix applysed example script.

This commit is contained in:
Andrius Štikonas 2009-03-13 13:31:44 +02:00
parent fe6087bd52
commit 5225c353f8
1 changed files with 3 additions and 3 deletions

View File

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