From: nymius <155548262+nymius@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:07:35 +0000 (-0300) Subject: doc(payjoin): add additional slash to show ReceivePayjoin cli docs X-Git-Tag: v3.0.0~6^2 X-Git-Url: http://internal-gitweb-vhost/parse/src/example_cli/struct.WitnessProgram.html?a=commitdiff_plain;h=a6d22b9af19fdbe212ac8bd7fb1cebd7dc0d0ef5;p=bdk-cli doc(payjoin): add additional slash to show ReceivePayjoin cli docs --- diff --git a/src/commands.rs b/src/commands.rs index 14ad9ea..73aeff5 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -444,7 +444,7 @@ pub enum OnlineWalletSubCommand { )] tx: Option, }, - // Generates a Payjoin receive URI and processes the sender's Payjoin proposal. + /// Generates a Payjoin receive URI and processes the sender's Payjoin proposal. ReceivePayjoin { /// Amount to be received in sats. #[arg(env = "PAYJOIN_AMOUNT", long = "amount", required = true)]