Update genbindings docs to note new ldk-c-bindings repo
[ldk-java] / genbindings.sh
index 01ef62fed42893f576720ad375c5df29c764be22..2006499e83b2029680a2d7c0f9a27e797801a37c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 usage() {
-       echo "USAGE: path/to/rust-lightning \"JNI_CFLAGS\" debug android"
+       echo "USAGE: path/to/ldk-c-bindings \"JNI_CFLAGS\" debug android"
        echo "For JNI_CFLAGS you probably want -I/usr/lib/jvm/java-11-openjdk-amd64/include/ -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux/"
        echo "debug should either be true or false"
        echo "android should either be true or false"