diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-01 17:07:21 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-01 17:07:21 -0800 |
commit | 8e6ae4ad5ff14a6fd958ada867e24f8d248aac58 (patch) | |
tree | 60d390a285756ba840953418954ac05dca40f75b | |
parent | 9acb552d984f172f00bbb79888f4bdeb0032332f (diff) | |
download | git-8e6ae4ad5ff14a6fd958ada867e24f8d248aac58.tar.gz git-8e6ae4ad5ff14a6fd958ada867e24f8d248aac58.tar.xz |
Add -P to the documentation head.
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>
-rw-r--r-- | Documentation/git-cvsimport.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt index a2f97b392..4b62256a7 100644 --- a/Documentation/git-cvsimport.txt +++ b/Documentation/git-cvsimport.txt @@ -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> ] |