From: catenocrypt <13562139+catenocrypt@users.noreply.github.com> Date: Sat, 20 Aug 2022 20:08:37 +0000 (+0200) Subject: Add --public option to openchannel command help X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=77e785ec9891ef85f0197932d03226526d08ebb3 Add --public option to openchannel command help --- 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 ");