diff --git a/src/error/context.rs b/src/error/context.rs index cd8e308ee38..045923c4771 100644 --- a/src/error/context.rs +++ b/src/error/context.rs @@ -46,8 +46,8 @@ impl ContextKind { Self::InvalidSubcommand => Some("Invalid Subcommand"), Self::InvalidArg => Some("Invalid Argument"), Self::PriorArg => Some("Prior Argument"), - Self::ValidSubcommand => Some("Value Subcommand"), - Self::ValidValue => Some("Value Value"), + Self::ValidSubcommand => Some("Valid Subcommand"), + Self::ValidValue => Some("Valid Value"), Self::InvalidValue => Some("Invalid Value"), Self::ActualNumValues => Some("Actual Number of Values"), Self::ExpectedNumValues => Some("Expected Number of Values"),