From b5b30ab8b4013df769f62349f2bd08f804b71346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20R=C3=BC=C3=9Fler?= Date: Sun, 14 Jun 2020 21:41:29 +0200 Subject: [PATCH] Fix typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 80589fa..44dce50 100644 --- a/src/main.rs +++ b/src/main.rs @@ -417,7 +417,7 @@ fn run() -> Result<()> { Arg::with_name("only-show-changes") .long("only-show-changes") .help( - "Only show repositories that contains changes (useful in \ + "Only show repositories that contain changes (useful in \ combination with --depth and --summary)", ), )