summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKriss <kr1ss.x@yandex.com>2020-10-30 22:49:46 +0100
committerGitHub <noreply@github.com>2020-10-30 17:49:46 -0400
commitbcd1f65ee387b400978335b7b2c94c06f51c33a5 (patch)
tree85d6abe70ce4b1d0a6ec304f2483db213451b804
parent06e08b538b059e044c86150ecacc7a4794a20883 (diff)
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.
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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