summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyvind Bernhardsen <eyvind-git@orakel.ntnu.no>2007-12-10 13:40:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-10 18:58:09 (GMT)
commite306be5cd058b957850b26e9b5053f1231543ee9 (patch)
tree0c94513a7b5249d3a05e518300fd1808c5878645
parent591aa2536fdbc4090ba8d4ca512d4ee7df4bf05d (diff)
downloadgit-e306be5cd058b957850b26e9b5053f1231543ee9.zip
git-e306be5cd058b957850b26e9b5053f1231543ee9.tar.gz
git-e306be5cd058b957850b26e9b5053f1231543ee9.tar.bz2
Fix mis-markup of the -p, --patch option in git-add(1)
An item in a bulletted list in AsciiDoc is followed with two colons, not just one. Signed-off-by: Eyvind Bernhardsen <eyvind-git@orakel.ntnu.no> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index bf94cd4..721ca99 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -65,7 +65,7 @@ OPTIONS
operation to a subset of the working tree. See ``Interactive
mode'' for details.
--p, \--patch:
+-p, \--patch::
Similar to Interactive mode but the initial command loop is
bypassed and the 'patch' subcommand is invoked using each of
the specified filepatterns before exiting.