Skip to content

Commit

Permalink
a word
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Jan 11, 2024
1 parent fa988cb commit 2d08f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ fn other_args(cmd: Command) -> Command {
.short('h')
.long("help")
.action(ArgAction::Help)
.help("Prints help (see more with '--help').");
.help("Prints help (see more info with '--help').");

let version = Arg::new("version")
.short('V')
Expand Down

0 comments on commit 2d08f44

Please sign in to comment.