Skip to content

Commit a6d22b9

Browse files
committed
doc(payjoin): add additional slash to show ReceivePayjoin cli docs
1 parent 15b6f5b commit a6d22b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ pub enum OnlineWalletSubCommand {
444444
)]
445445
tx: Option<String>,
446446
},
447-
// Generates a Payjoin receive URI and processes the sender's Payjoin proposal.
447+
/// Generates a Payjoin receive URI and processes the sender's Payjoin proposal.
448448
ReceivePayjoin {
449449
/// Amount to be received in sats.
450450
#[arg(env = "PAYJOIN_AMOUNT", long = "amount", required = true)]

0 commit comments

Comments
 (0)