summaryrefslogtreecommitdiff
path: root/Documentation/git-cvsimport-script.txt
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2005-07-03 09:34:59 (GMT)
committerSven Verdoolaege <skimo@kotnet.org>2005-07-03 09:40:44 (GMT)
commitf9714a4a0cd4ed0ccca3833743d98ea874a2232d (patch)
treede5d7bba63538f29b8ea2b801d932b7679289b96 /Documentation/git-cvsimport-script.txt
parent1cd3674add10d1e511446f3034a1d233a3da7eab (diff)
downloadgit-f9714a4a0cd4ed0ccca3833743d98ea874a2232d.zip
git-f9714a4a0cd4ed0ccca3833743d98ea874a2232d.tar.gz
git-f9714a4a0cd4ed0ccca3833743d98ea874a2232d.tar.bz2
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt
index 8e170cd..2fefe89 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