We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae77a04 commit 3c87d51Copy full SHA for 3c87d51
1 file changed
termux-api.c
@@ -3,7 +3,7 @@
3
// This executes
4
// am broadcast com.termux.api/.TermuxApiReceiver --es socket_input ${INPUT_SOCKET}
5
// --es socket_output ${OUTPUT_SOCKET}
6
-// --es ${API_METHOD}
+// --es api_method ${API_METHOD}
7
// ${ADDITIONAL_FLAGS}
8
// where ${INPUT_SOCKET} and ${OUTPUT_SOCKET} are addresses to linux abstract namespace sockets,
9
// used to pass on stdin to the java implementation and pass back output from java to stdout.
0 commit comments