diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-03 09:15:04 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-03 09:15:04 -0700 |
| commit | bd3abe04178e38cf4e566aea014562abe85682c8 (patch) | |
| tree | b2d811c28f8136287a6161eb397fcafa0559d484 /builtin/config.c | |
| parent | bb4248452e49ec81fff8b0748a32871d8d1dd6d3 (diff) | |
| parent | 160947040917c340633f79c6f44d3cae4653d53a (diff) | |
| download | git-bd3abe04178e38cf4e566aea014562abe85682c8.tar.gz | |
Merge branch 'jc/config-doc-update'
Docfix.
* jc/config-doc-update:
git-config.1: fix description of --regexp in synopsis
git-config.1: --get-all description update
Diffstat (limited to 'builtin/config.c')
| -rw-r--r-- | builtin/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/config.c b/builtin/config.c index e00d983596..95c8a00915 100644 --- a/builtin/config.c +++ b/builtin/config.c @@ -17,7 +17,7 @@ static const char *const builtin_config_usage[] = { N_("git config list [<file-option>] [<display-option>] [--includes]"), - N_("git config get [<file-option>] [<display-option>] [--includes] [--all] [--regexp=<regexp>] [--value=<value>] [--fixed-value] [--default=<default>] <name>"), + N_("git config get [<file-option>] [<display-option>] [--includes] [--all] [--regexp] [--value=<value>] [--fixed-value] [--default=<default>] <name>"), N_("git config set [<file-option>] [--type=<type>] [--all] [--value=<value>] [--fixed-value] <name> <value>"), N_("git config unset [<file-option>] [--all] [--value=<value>] [--fixed-value] <name> <value>"), N_("git config rename-section [<file-option>] <old-name> <new-name>"), |
