Skip to content

Commit

Permalink
Fix name in 'usage'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilmer committed Dec 28, 2024
1 parent 3006b62 commit d7396bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple_flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn main() {
let app = App::new(name)
.author(env!("CARGO_PKG_AUTHORS"))
.description(env!("CARGO_PKG_DESCRIPTION"))
.usage("single_app [args]")
.usage("multiple_flags [args]")
.version(env!("CARGO_PKG_VERSION"))
.action(action)
.flag(
Expand Down

0 comments on commit d7396bf

Please sign in to comment.