diff options
author | Eyvind Bernhardsen <eyvind-git@orakel.ntnu.no> | 2007-12-10 14:40:20 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-10 10:58:09 -0800 |
commit | e306be5cd058b957850b26e9b5053f1231543ee9 (patch) | |
tree | 0c94513a7b5249d3a05e518300fd1808c5878645 /Documentation/git-add.txt | |
parent | 591aa2536fdbc4090ba8d4ca512d4ee7df4bf05d (diff) | |
download | git-e306be5cd058b957850b26e9b5053f1231543ee9.tar.gz |
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>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index bf94cd43bd..721ca998c1 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. |