diff options
author | Sven Verdoolaege <skimo@kotnet.org> | 2005-07-03 11:34:59 +0200 |
---|---|---|
committer | Sven Verdoolaege <skimo@kotnet.org> | 2005-07-03 11:40:44 +0200 |
commit | f9714a4a0cd4ed0ccca3833743d98ea874a2232d (patch) | |
tree | de5d7bba63538f29b8ea2b801d932b7679289b96 /Documentation/git-cvsimport-script.txt | |
parent | 1cd3674add10d1e511446f3034a1d233a3da7eab (diff) | |
download | git-f9714a4a0cd4ed0ccca3833743d98ea874a2232d.tar.gz |
Make specification of CVS module to convert optional.
If we're inside a checked out CVS repository, there is
no need to explicitly specify the module as it is
available in CVS/Repository.
Also read CVS/Root if it's available and -d is not specified.
Finally, explicitly pass root to cvsps as CVS/Root takes
precedence over CVSROOT.
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'Documentation/git-cvsimport-script.txt')
-rw-r--r-- | Documentation/git-cvsimport-script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt index 8e170cdc1f..2fefe89906 100644 --- a/Documentation/git-cvsimport-script.txt +++ b/Documentation/git-cvsimport-script.txt @@ -11,7 +11,7 @@ SYNOPSIS -------- 'git-cvsimport-script' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d <CVSROOT> ] [ -p <options-for-cvsps> ] - <CVS_module> [ <GIT_repository> ] + [ -C <GIT_repository> ] [ <CVS_module> ] DESCRIPTION |