Document the --attach flag.
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 7c467c5..bc85a62 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -9,7 +9,7 @@
 SYNOPSIS
 --------
 [verse]
-'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c]
+'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]
 		 [--diff-options] <his> [<mine>]
 
 DESCRIPTION
@@ -60,6 +60,9 @@
 	standard output, instead of saving them into a file per
 	patch and implies --mbox.
 
+--attach::
+	Create attachments instead of inlining patches.
+
 
 EXAMPLES
 --------