Fix a missing space in CLI help text (#1218)

This commit is contained in:
Ben Beasley 2025-01-23 12:41:28 -05:00 committed by GitHub
parent 9b0f179f8f
commit 6f2b9b2216
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ impl Cli {
Arg::new("input")
.num_args(1..)
.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::new("languages")