X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/bea93fbd7a67f51f79883a4c6cae9ef0893d0551..6788ea2c5d7dbb05b18c9da41b1f88f9d4400c2a:/packages/termux-api/termux-toast diff --git a/packages/termux-api/termux-toast b/packages/termux-api/termux-toast index 43a062c5..c1bca239 100755 --- a/packages/termux-api/termux-toast +++ b/packages/termux-api/termux-toast @@ -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 }