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 | cvsimport: cvsps should be quiet too (diff) | |
| download | git-8e6ae4ad5ff14a6fd958ada867e24f8d248aac58.tar.gz git-8e6ae4ad5ff14a6fd958ada867e24f8d248aac58.zip | |
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 a2f97b392a..4b62256a79 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> ] |
