Skip to content

Commit

Permalink
Change more wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrockman committed Mar 23, 2024
1 parent 75cf559 commit 5d6899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libninja/src/command/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub struct Generate {
/// Path to the OpenAPI spec file.
spec_filepath: String,

/// List of additional namespaced attributes to derive on generated structs.
/// List of additional namespaced traits to derive on generated structs.
#[clap(long)]
derive: Vec<String>,
}
Expand Down

0 comments on commit 5d6899a

Please sign in to comment.