mirror of
https://github.com/git/git.git
synced 2026-01-19 23:20:34 +00:00
doc: replace 3 dash with correct 2 dash in git-config(1)
Commit 4e51389000 (builtin/config: introduce "get" subcommand, 2024-05-06)
introduced this typo. It uses 3 dashes for regexp argument instead of
correct 2 dashes.
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
7b91d310ce
commit
596f4ff6ad
@@ -130,7 +130,7 @@ OPTIONS
|
||||
--all::
|
||||
With `get`, return all values for a multi-valued key.
|
||||
|
||||
---regexp::
|
||||
--regexp::
|
||||
With `get`, interpret the name as a regular expression. Regular
|
||||
expression matching is currently case-sensitive and done against a
|
||||
canonicalized version of the key in which section and variable names
|
||||
|
||||
Reference in New Issue
Block a user