notmuch: Add package
[termux-packages] / packages / termux-api / termux-clipboard-set
index 621674f..c2a3a84 100755 (executable)
@@ -5,7 +5,6 @@ SCRIPTNAME=termux-clipboard-set
 show_usage () {
     echo "Usage: $SCRIPTNAME [text]"
     echo "Set the system clipboard text. The text to set is either supplied as arguments or read from stdin if no arguments are given."
-    echo ""
     exit 0
 }