Skip to content

Commit

Permalink
docs: update no backtrack flag and readme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Sep 30, 2023
1 parent 3065f98 commit 85acfdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ scoop install ttyper
For usage instructions, you can run `ttyper --help`:

```
ttyper 1.1.0
ttyper 1.3.0
Terminal-based typing test.
USAGE:
ttyper [FLAGS] [OPTIONS] [contents]
FLAGS:
--no-backtrack Enable no backtrack between words
-d, --debug
-h, --help Prints help information
--list-languages List installed languages
--no-backtrack Disable backtracking to completed words
-V, --version Prints version information
OPTIONS:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct Opt {
#[structopt(long)]
list_languages: bool,

/// Enable no backtrack between words
/// Disable backtracking to completed words
#[structopt(long)]
no_backtrack: bool,
}
Expand Down

0 comments on commit 85acfdc

Please sign in to comment.