Skip to content

Commit

Permalink
fix: provide a link for more info on OS wordlist when it's not found
Browse files Browse the repository at this point in the history
closes #58
  • Loading branch information
Samyak2 committed Feb 4, 2024
1 parent ddb6bcc commit d59f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl<'a> Toipe {
Box::new(
RawWordSelector::from_path(PathBuf::from(OS_WORDLIST_PATH)).with_context(|| {
format!(
"reading from the OS wordlist at path '{}'",
"reading from the OS wordlist at path '{}'. See https://en.wikipedia.org/wiki/Words_(Unix) for more info on this file and how it can be installed.",
OS_WORDLIST_PATH
)
})?,
Expand Down

0 comments on commit d59f6ec

Please sign in to comment.