From 85c028bd25dd7ffb85a7ce4429a4ec4ec713b4e3 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 29 Aug 2008 02:28:21 +0000 Subject: Frank Terbeck: 25538: add missing backslash. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index f65936ad3..09ffdb5a5 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1614,7 +1614,7 @@ _git-clone () { _arguments \ '--bare[make a bare GIT repository]' \ '(-l --local)'{-l,--local}'[perform a local cloning of a repository]' \ - '(-s --shared)'{-s,--shared}'[share the objects with the source repository (warning: see man page)]' + '(-s --shared)'{-s,--shared}'[share the objects with the source repository (warning: see man page)]' \ '--reference[reference repository]:repository:_directories' \ '(-q --quiet)'{-q,--quiet}'[operate quietly]' \ '(-n --no-checkout)'{-n,--no-checkout}'[do not checkout HEAD after clone is complete]' \ -- cgit 1.4.1