Update genbindings docs to note new ldk-c-bindings repo
authorMatt Corallo <git@bluematt.me>
Wed, 10 Mar 2021 03:35:27 +0000 (22:35 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 10 Mar 2021 04:56:33 +0000 (23:56 -0500)
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"