X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/bea93fbd7a67f51f79883a4c6cae9ef0893d0551..965b6ede1e504b14918ab909c11884fd97df9ea6:/packages/termux-api/termux-dialog diff --git a/packages/termux-api/termux-dialog b/packages/termux-api/termux-dialog index 2a244464..4f662d81 100755 --- a/packages/termux-api/termux-dialog +++ b/packages/termux-api/termux-dialog @@ -5,12 +5,10 @@ SCRIPTNAME=termux-dialog show_usage () { echo "Usage: $SCRIPTNAME [-i hint] [-m] [-p] [-t title]" echo "Show a text entry dialog." - echo "" echo " -i hint the input hint to show when the input is empty" echo " -m use a textarea with multiple lines instead of a single" echo " -p enter the input as a password" echo " -t title the title to show for the input prompt" - echo "" exit 0 }