Code

GIT 0.99.9a
[git.git] / Documentation / git-add.txt
index 4a03b4cfc6a2e497ceb5d61284928904af2877e1..32300297d6b04f71679b6052945a4c77a7fc640b 100644 (file)
@@ -7,7 +7,7 @@ git-add - Add files to the cache.
 
 SYNOPSIS
 --------
-'git-add' <file>...
+'git-add' [-n] [-v] <file>...
 
 DESCRIPTION
 -----------
@@ -19,6 +19,13 @@ OPTIONS
 <file>...::
        Files to add to the cache.
 
+-n::
+        Don't actually add the file(s), just show if they exist.
+
+-v::
+        Be verbose.
+
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org>