X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/bea93fbd7a67f51f79883a4c6cae9ef0893d0551..80f24036a08af64869bc8ad35713f61b808f6a75:/packages/termux-api/termux-share diff --git a/packages/termux-api/termux-share b/packages/termux-api/termux-share index fb3e8fbf..79cadaa7 100755 --- a/packages/termux-api/termux-share +++ b/packages/termux-api/termux-share @@ -5,7 +5,6 @@ SCRIPTNAME=termux-share show_usage () { echo "Usage: $SCRIPTNAME [-a action] [-c content-type] [-d] [-t title] [file]" echo "Share a file specified as argument or the text received on stdin if no file argument is given." - echo "" echo " -a action which action to performed on the shared content:" echo " edit/send/view (default:view)" echo " -c content-type content-type to use (default: guessed from file extension," @@ -13,7 +12,6 @@ show_usage () { echo " -d share to the default receiver if one is selected" echo " instead of showing a chooser" echo " -t title title to use for shared content (default: shared file name)" - echo "" exit 0 }