From 7990cf983e90d4e9412768b73c851f10e1ddc1dd Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 16 May 2015 22:57:01 +0000 Subject: 35161: completion: git: Fix typo in 35061 --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 4876534a5..ed23b39e8 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -6231,7 +6231,7 @@ __git_setup_diff_options () { '(--no-prefix)--dst-prefix=[use given prefix for destination]:prefix' '(--src-prefix --dst-prefix)--no-prefix[do not show any source or destination prefix]' - '(-c,--cc)'{-b,--cc}'[combined diff format for merge commits]' + '(-c,--cc)'{-c,--cc}'[combined diff format for merge commits]' # TODO: --output is undocumented. '--output[undocumented]:undocumented') -- cgit v1.2.3