Skip to content

Commit f7023d7

Browse files
committed
fix typo in cli help
1 parent a9b775a commit f7023d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ fn main() -> Result<()> {
206206
.arg(
207207
Arg::with_name("no-merge-commits")
208208
.long("no-merge-commits")
209-
.help("Ignore merge commits"),
209+
.help("Ignores merge commits"),
210210
)
211211
.arg(
212212
Arg::with_name("no-color-blocks")
213213
.long("no-color-blocks")
214-
.help("Hide the color blocks"),
214+
.help("Hides the color blocks"),
215215
)
216216
.arg(
217217
Arg::with_name("authors-number")

0 commit comments

Comments
 (0)