Skip to content

Commit 3c87d51

Browse files
authored
small fix
Fixed small mistake in the help header
1 parent ae77a04 commit 3c87d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

termux-api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This executes
44
// am broadcast com.termux.api/.TermuxApiReceiver --es socket_input ${INPUT_SOCKET}
55
// --es socket_output ${OUTPUT_SOCKET}
6-
// --es ${API_METHOD}
6+
// --es api_method ${API_METHOD}
77
// ${ADDITIONAL_FLAGS}
88
// where ${INPUT_SOCKET} and ${OUTPUT_SOCKET} are addresses to linux abstract namespace sockets,
99
// used to pass on stdin to the java implementation and pass back output from java to stdout.

0 commit comments

Comments
 (0)