Commit 77724a8f authored by nextime's avatar nextime

Fix help in text2speechfile script

parent 5f4a722c
......@@ -4,7 +4,7 @@
if [[ $# < "3" ]] ; then
echo "Usage: $0 <destination file> <language> '<text>'"
echo ""
echo "Example: $0 foo.wav it prova di trasmissione"
echo "Example: $0 foo.wav it 'prova di trasmissione'"
echo ""
exit 0
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment