Add -P to the documentation head.
authorJunio C Hamano <junkio@cox.net>
Wed, 2 Nov 2005 01:07:21 +0000 (17:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 2 Nov 2005 01:07:21 +0000 (17:07 -0800)
This is a companion patch for 211dcac6430cdf77fcf2a968ffaf9313b5c059b0
commit, to add the newly introduced -P option to the list of options.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsimport.txt

index a2f97b3..4b62256 100644 (file)
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 'git-cvsimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ]
                        [ -d <CVSROOT> ] [ -p <options-for-cvsps> ]
-                       [ -C <git_repository> ] [ -i ] [ -k ]
+                       [ -C <git_repository> ] [ -i ] [ -P <file> ] [ -k ]
                        [ -s <subst> ] [ -m ] [ -M regex ] [ <CVS_module> ]