termux-api: Remove empty lines from -h output
[termux-packages] / packages / termux-api / termux-tts-speak
index ff49339..fe7cb2c 100755 (executable)
@@ -5,7 +5,6 @@ SCRIPTNAME=termux-tts-speak
 show_usage () {
     echo "Usage: $SCRIPTNAME [-e engine] [-l language] [-n region] [-v variant] [-p pitch] [-r rate] [-s stream] [text-to-speak]"
     echo "Speak text with a system text-to-speech (TTS) engine. The text to speak is either supplied as arguments or read from stdin if no arguments are given."
-    echo ""
     echo "  -e engine    TTS engine to use (see termux-tts-engines)"
     echo "  -l language  language to speak in (may be unsupported by the engine)"
     echo "  -n region    region of language to speak in"
@@ -20,7 +19,6 @@ show_usage () {
     echo "                 (2.0 is twice the normal speech rate)."
     echo "  -s stream    audio stream to use (default:NOTIFICATION), one of:"
     echo "                 ALARM, MUSIC, NOTIFICATION, RING, SYSTEM, VOICE_CALL"
-    echo ""
     exit 0
 }