Merge branch 'jc/maint-doc-git-add-example' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2010 20:13:56 +0000 (12:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2010 20:13:56 +0000 (12:13 -0800)
* jc/maint-doc-git-add-example:
git-add documentation: Fix shell quoting example

Documentation/git-add.txt
index 1f1b19996baa34b20bf08f4eb2889403cbc4c45d..d0b279b829526fa277f51b9e03c1dee1e2abac07 100644 (file)
@@ -153,7 +153,7 @@ EXAMPLES
 and its subdirectories:
 +
 ------------
-$ git add Documentation/\\*.txt
+$ git add Documentation/\*.txt
 ------------
 +
 Note that the asterisk `\*` is quoted from the shell in this