We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253eb2 commit b2cb6afCopy full SHA for b2cb6af
1 file changed
scripts/termux-usb.in
@@ -11,8 +11,8 @@ show_usage () {
11
echo " -e command execute the specified command with a file descriptor"
12
echo " referring to the device as an argument (unless -E"
13
echo " argument is given)"
14
- echo " -E transfer file descriptor as env var instead of as"
15
- echo " command line argument"
+ echo " -E transfer file descriptor as TERMUX_USB_FD env var"
+ echo " instead of as command line argument"
16
exit 0
17
}
18
0 commit comments