From 77e785ec9891ef85f0197932d03226526d08ebb3 Mon Sep 17 00:00:00 2001 From: catenocrypt <13562139+catenocrypt@users.noreply.github.com> Date: Sat, 20 Aug 2022 22:08:37 +0200 Subject: [PATCH] Add --public option to openchannel command help --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "); -- 2.30.2