vim: Update to latest patch level
[termux-packages] / packages / termux-api / termux-toast
index 43a062c..c1bca23 100755 (executable)
@@ -5,9 +5,7 @@ SCRIPTNAME=termux-toast
 show_usage () {
     echo "Usage: termux-toast [-s] [text]"
     echo "Show text in a Toast (a transient popup). The text to show is either supplied as arguments or read from stdin if no arguments are given."
-    echo ""
     echo " -s  only show the toast for a short while"
-    echo ""
     exit 0
 }