termux-api: Cleanup and improve consistency
[termux-packages] / packages / termux-api / termux-download
index f8e3f97..4f904d3 100755 (executable)
@@ -3,12 +3,13 @@ set -e -u
 
 SCRIPTNAME=termux-download
 show_usage () {
-       echo "Usage: $SCRIPTNAME [OPTIONS] <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"
-       exit 0
+    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
 }
 
 ARG_D=""