summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-14 23:51:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-14 23:51:43 (GMT)
commit30784198b766b19a639c199e4365f2a805fc08c6 (patch)
treea05a8e780e6e0382c3b52c3497fd9a289e7b65c2 /Documentation/git-add.txt
parent02339dd5295d7add78ab409300b985e5888af0ee (diff)
downloadgit-30784198b766b19a639c199e4365f2a805fc08c6.zip
git-30784198b766b19a639c199e4365f2a805fc08c6.tar.gz
git-30784198b766b19a639c199e4365f2a805fc08c6.tar.bz2
Documentation/git-add: kill remaining <filepattern>
The merge at 5bf72ed2 missed another instance of <filepattern> that we were converting to <pathspec>. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-add.txt')
-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 d980e2c..388a225 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -110,7 +110,7 @@ apply to the index. See EDITING PATCHES below.
If no <pathspec> is given, the current version of Git defaults to
"."; in other words, update all tracked files in the current directory
and its subdirectories. This default will change in a future version
-of Git, hence the form without <filepattern> should not be used.
+of Git, hence the form without <pathspec> should not be used.
-A::
--all::