Merge branch 'jk/xdiff-memory-limits' into maint-2.3
[gitweb.git] / Documentation / git-add.txt
index 96315261102953b8f34694e0a793f023eea795f5..1c74907dd4c9021f41d88cf9f766c4855c0d6f97 100644 (file)
@@ -8,7 +8,7 @@ git-add - Add file contents to the index
 SYNOPSIS
 --------
 [verse]
-'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
+'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
          [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
          [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
          [--] [<pathspec>...]