Code

git-add documentation: Fix shell quoting example
[git.git] / Documentation / git-add.txt
index 2eabbc8f7cf56040bb57c5f5ee3570c63fedc166..f14319a7403ec301419ec65c1c796aa419e1c406 100644 (file)
@@ -103,7 +103,7 @@ EXAMPLES
 and its subdirectories:
 +
 ------------
-$ git add Documentation/\\*.txt
+$ git add Documentation/\*.txt
 ------------
 +
 Note that the asterisk `\*` is quoted from the shell in this