From 7a80c84dc641f89e7c78c2d2efbf9c4dc4f33aff Mon Sep 17 00:00:00 2001 From: kyufie Date: Tue, 1 Oct 2024 16:52:40 +0700 Subject: [PATCH] termux-usb: State TERMUX_USB_FD on the help page --- scripts/termux-usb.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/termux-usb.in b/scripts/termux-usb.in index 26a8e36..f68f838 100644 --- a/scripts/termux-usb.in +++ b/scripts/termux-usb.in @@ -11,8 +11,8 @@ show_usage () { echo " -e command execute the specified command with a file descriptor" echo " referring to the device as an argument (unless -E" echo " argument is given)" - echo " -E transfer file descriptor as env var instead of as" - echo " command line argument" + echo " -E transfer file descriptor as TERMUX_USB_FD env var" + echo " instead of as command line argument" exit 0 }