diff --git a/wallet/src/cli/programs/amm.rs b/wallet/src/cli/programs/amm.rs index 1104e0d..5db6238 100644 --- a/wallet/src/cli/programs/amm.rs +++ b/wallet/src/cli/programs/amm.rs @@ -12,7 +12,7 @@ use crate::{ /// Represents generic CLI subcommand for a wallet working with amm program #[derive(Subcommand, Debug, Clone)] pub enum AmmProgramAgnosticSubcommand { - /// Produce a new token + /// Produce a new pool /// /// user_holding_a and user_holding_b must be owned. ///