Skip to content

Commit 31a4cfe

Browse files
committed
Remove description_hash short arg in CLI receive command
1 parent 9241a4a commit 31a4cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldk-server-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum Commands {
4242
Bolt11Receive {
4343
#[arg(short, long)]
4444
description: Option<String>,
45-
#[arg(short, long)]
45+
#[arg(long)]
4646
description_hash: Option<String>,
4747
#[arg(short, long)]
4848
expiry_secs: u32,

0 commit comments

Comments
 (0)