vim: Update to latest patch level
[termux-packages] / packages / termux-api / termux-download
index 4f904d3..88471e3 100755 (executable)
@@ -5,10 +5,8 @@ SCRIPTNAME=termux-download
 show_usage () {
     echo "Usage: $SCRIPTNAME [-d description] [-t title] url-to-download"
     echo "Download a resource using the system download manager."
-    echo ""
     echo "  -d description  description for the download request notification"
     echo "  -t title        title for the download request notification"
-    echo ""
     exit 0
 }