From bcd1f65ee387b400978335b7b2c94c06f51c33a5 Mon Sep 17 00:00:00 2001 From: Kriss Date: Fri, 30 Oct 2020 22:49:46 +0100 Subject: replace nonexistent option in `--help` output (#372) Recently, I noticed that the 'after_help' text mentions a `number` op- tion, which doen't seem to be implemented. Let's fix this. --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 57ea19d8..e762fc38 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -34,7 +34,7 @@ given in a git config file, using the usual option names but without the initial is [delta] - number = true + line-numbers = true zero-style = dim syntax FEATURES -- cgit v1.2.3