diff --git a/packages/termux-tools/build.sh b/packages/termux-tools/build.sh index 3fc07a113..2bebdb6d0 100644 --- a/packages/termux-tools/build.sh +++ b/packages/termux-tools/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/ TERMUX_PKG_DESCRIPTION="Basic system tools for Termux" -TERMUX_PKG_VERSION=0.38 +TERMUX_PKG_VERSION=0.39 TERMUX_PKG_PLATFORM_INDEPENDENT=yes TERMUX_PKG_CONFFILES="etc/motd" diff --git a/packages/termux-tools/termux-open b/packages/termux-tools/termux-open index 400691da2..0afe2d587 100755 --- a/packages/termux-tools/termux-open +++ b/packages/termux-tools/termux-open @@ -15,7 +15,7 @@ show_usage () { TEMP=`busybox getopt \ -n $SCRIPTNAME \ -o h \ - --long send,view,chooser,content-type:,\ + --long send,view,chooser,content-type:,help\ -- "$@"` eval set -- "$TEMP"