termux-api: Cleanup and improve consistency
[termux-packages] / packages / termux-api / termux-clipboard-get
index 99ccc90..d03fc51 100755 (executable)
@@ -3,9 +3,10 @@ set -e -u
 
 SCRIPTNAME=termux-clipboard-get
 show_usage () {
-       echo "Usage: $SCRIPTNAME"
-       echo "Get the system clipboard text."
-       exit 0
+    echo "Usage: $SCRIPTNAME"
+    echo "Get the system clipboard text."
+    echo ""
+    exit 0
 }
 
 while getopts :h option