Merge pull request #6 from camerondurham/master

Trivial spelling fix on cmdline help
This commit is contained in:
Nikolas Schmidt-Voigt 2021-11-16 21:38:33 +01:00 committed by GitHub
commit b0f06a120c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ fn main() -> Result<()> {
Arg::with_name("file")
.short("f")
.value_name("FILE")
.help("the file in wich bartib tracks all the activities")
.help("the file in which bartib tracks all the activities")
.env("BARTIB_FILE")
.takes_value(true),
)