This commit is contained in:
Sergio Chouhy 2026-05-12 13:55:30 -03:00
parent f3389571f8
commit 67b6916b72

View File

@ -109,7 +109,7 @@ pub enum NewSubcommand {
/// Program ID as hex string.
program_id: Option<String>,
#[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<u128>,
},