Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garikello3d committed Dec 22, 2023
1 parent a1ffc4c commit 1ca7b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arg_opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl ArgOpts {
let mut usage = String::from("Usage:\n\n");
for (title, mode, selector_option) in [
("1. to pack data coming from stdin into files", Mode::Backup, "backup"),
("2. to unpack data from files to to stdout", Mode::Restore, "restore"),
("2. to unpack data from files to stdout", Mode::Restore, "restore"),
("3. to verify the integrify of data from files", Mode::Check, "check")]
{
usage.push_str(title);
Expand Down

0 comments on commit 1ca7b65

Please sign in to comment.