diff --git a/wallet/src/cli/account.rs b/wallet/src/cli/account.rs index cb8f28b0..e58ea169 100644 --- a/wallet/src/cli/account.rs +++ b/wallet/src/cli/account.rs @@ -109,7 +109,7 @@ pub enum NewSubcommand { /// Program ID as hex string. program_id: Option, #[arg(long, requires = "pda")] - /// Identifier that diversifies this PDA within the (program_id, seed, npk) family. + /// Identifier that diversifies this PDA within the (`program_id`, seed, npk) family. /// Defaults to a random value if not specified. identifier: Option, },