mirror of
https://github.com/nikolassv/bartib
synced 2024-11-10 14:14:12 +00:00
Merge pull request #6 from camerondurham/master
Trivial spelling fix on cmdline help
This commit is contained in:
commit
b0f06a120c
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue