Describe new options to git-format-patch and git-mailsplit.
[git.git] / Documentation / git-mailsplit.txt
index 557d2e9..66239a8 100644 (file)
@@ -7,7 +7,7 @@ git-mailsplit - Totally braindamaged mbox splitter program.
 
 SYNOPSIS
 --------
-'git-mailsplit' <mbox> <directory>
+'git-mailsplit' [-d<prec>] <mbox> <directory>
 
 DESCRIPTION
 -----------
@@ -22,6 +22,12 @@ OPTIONS
 <directory>::
        Directory in which to place the individual messages.
 
+-d<prec>::
+       Instead of the default 4 digits with leading zeros,
+       different precision can be specified for the generated
+       filenames.
+
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org>