Use more source checksums
[termux-packages] / packages / termux-api / termux-share
index fb3e8fb..79cadaa 100755 (executable)
@@ -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
 }