diff --git a/src/derive.rs b/src/derive.rs index 1abe0685182..a49379cc389 100644 --- a/src/derive.rs +++ b/src/derive.rs @@ -278,7 +278,7 @@ pub trait FromArgMatches: Sized { /// #[derive(clap::Args)] /// struct LogArgs { /// #[arg(long, short = 'v', action = clap::ArgAction::Count)] -/// verbose: i8, +/// verbose: u8, /// } /// ``` pub trait Args: FromArgMatches + Sized {