mirror of https://github.com/XAMPPRocky/tokei
Fix a missing space in CLI help text (#1218)
This commit is contained in:
parent
9b0f179f8f
commit
6f2b9b2216
|
|
@ -108,7 +108,7 @@ impl Cli {
|
||||||
Arg::new("input")
|
Arg::new("input")
|
||||||
.num_args(1..)
|
.num_args(1..)
|
||||||
.conflicts_with("languages")
|
.conflicts_with("languages")
|
||||||
.help("The path(s) to the file or directory to be counted.(default current directory)"),
|
.help("The path(s) to the file or directory to be counted. (default current directory)"),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("languages")
|
Arg::new("languages")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue