diff options
author | Øystein Walle <oystwa@gmail.com> | 2013-09-22 12:48:27 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2013-09-22 14:01:15 +0200 |
commit | 2025b05bcfc935becf0dea46054b63d191685d3b (patch) | |
tree | 0d218460ecaf16a588f660b94e96580ab0fed2e4 /Completion/Unix | |
parent | 128de883bd54defe29e75632d783b2e655debea9 (diff) | |
download | zsh-2025b05bcfc935becf0dea46054b63d191685d3b.tar.gz zsh-2025b05bcfc935becf0dea46054b63d191685d3b.tar.xz zsh-2025b05bcfc935becf0dea46054b63d191685d3b.zip |
31752: _git: change completion text for consistency
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index d465dfaf8..2dc9ed2cc 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1934,7 +1934,7 @@ _git-config () { 'difftool.*.cmd:command to invoke for the diff tool::_path_commands' 'difftool.*.path:path to use for the diff tool:absolute diff tool path:_files -g "*(*)"' difftool.prompt:'prompt before each invocation of the diff tool::->bool:true' - diff.wordRegex:'regex used to determine what a word is when performing word-by-word diff:regex:->string' + diff.wordRegex:'regex used to determine what a word is when performing word-by-word diff:regular expression:->string' diff.guitool:'diff tool with gui to use::__git_difftools' fetch.unpackLimit:'maximum number of objects to unpack when fetching:unpack limit:->int' fetch.recurseSubmodules:'recurse into submodules (as needed) when fetching::->fetch.recurseSubmodules:on-demand' |