From 55029e889e4771c1fc7a5f8f9e0aa73247e2cdbd Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 1 Nov 2022 20:13:32 +0100 Subject: [PATCH] Minor: add missing full stop --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 2428852..4c9c274 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -352,7 +352,7 @@ pub struct Opts { long, value_name = "path", hide_short_help = true, - long_help = "Add a custom ignore-file in '.gitignore' format. These files have a low precedence" + long_help = "Add a custom ignore-file in '.gitignore' format. These files have a low precedence." )] pub ignore_file: Vec, /// When to use colors