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)]