Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Ratés committed Jan 13, 2024
1 parent 46e2d98 commit 00d4ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl ParsedArgs {
opts.optflag("g", "gui", "Choose subtitle from a dialog list");
opts.optflag("h", "help", "Prints this help");
opts.optflag("v", "verbose", "Prints verbose information");
opts.optflag("V", "version", "print version information");
opts.optflag("V", "version", "Prints version information");

//Checks for unrecognized options
let matches = match opts.parse(&args[1..]) {
Expand Down

0 comments on commit 00d4ad9

Please sign in to comment.