From 4a63a1793af5f3046af6a77db8aeeece523ebc61 Mon Sep 17 00:00:00 2001 From: Fabian Klötzl Date: Thu, 13 Jul 2017 11:19:14 +0200 Subject: 41414: fix for commas used in exclusion lists also missing escape for _gcc and --no-index option for git diff --- Etc/completion-style-guide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Etc/completion-style-guide') diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide index e91e92307..a6fc737a7 100644 --- a/Etc/completion-style-guide +++ b/Etc/completion-style-guide @@ -64,7 +64,7 @@ tells _wanted where to put options specifying the `directory' description. Where two matches have identical meaning, give them the same description so that the completion system can group them together. Conventionally a brace expansion of this form is used: - '(--context,-C)'{--context=,-C-}'[specify lines of context]:lines' + '(--context -C)'{--context=,-C-}'[specify lines of context]:lines' You won't need the exclusion list if the option can be specified multiple times. It can also be useful to use the same description for matches which are completely opposite in their meaning if it shortens -- cgit 1.4.1