diff options
Diffstat (limited to 'Documentation/git-cvsimport-script.txt')
-rw-r--r-- | Documentation/git-cvsimport-script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt index 23a79059f5..4eb0f43246 100644 --- a/Documentation/git-cvsimport-script.txt +++ b/Documentation/git-cvsimport-script.txt @@ -26,7 +26,8 @@ OPTIONS ------- -d <CVSROOT>:: The root of the CVS archive. May be local (a simple path) or remote; - currently, only the :pserver: access method is supported. + currently, only the :local:, :ext: and :pserver: access methods + are supported. -o <branch-for-HEAD>:: The 'HEAD' branch from CVS is imported to the 'origin' branch within |