X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fcli.rs;h=013209f9d070ab8a1a33d78331afd0546880e165;hb=77e785ec9891ef85f0197932d03226526d08ebb3;hp=6c0b756d771d965f0769f72f595b096dede8b2c9;hpb=39a4c4561a61f6c7601e52a06b26f7820b74998a;p=ldk-sample diff --git a/src/cli.rs b/src/cli.rs index 6c0b756..013209f 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -423,7 +423,7 @@ pub(crate) async fn poll_for_user_input( } fn help() { - println!("openchannel pubkey@host:port "); + println!("openchannel pubkey@host:port [--public]"); println!("sendpayment "); println!("keysend "); println!("getinvoice ");