aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-15 20:54:04 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-15 21:53:22 -0700
commit2c38fe4c574812601c8338d8db1ba0d2528b5ae4 (patch)
tree0c5979d5648f66eb8a147ba42fdcd96b05e615f9 /Documentation
parent66e631def8ad6a15eed57bcbde4157e0964ad8fc (diff)
downloadgit-2c38fe4c574812601c8338d8db1ba0d2528b5ae4.tar.gz
[PATCH] Documentation: adjust cvsimport command line.
The cvsimport example in the cvs migration document was still using the old syntax for target repository after new and improved cvsimport-script was merged. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/cvs-migration.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt
index e39b82938a..a4d4b7e878 100644
--- a/Documentation/cvs-migration.txt
+++ b/Documentation/cvs-migration.txt
@@ -63,7 +63,7 @@ Once you've gotten (and installed) cvsps, you may or may not want to get
any more familiar with it, but make sure it is in your path. After that,
the magic command line is
- git cvsimport -v -d <cvsroot> <module> <destination>
+ git cvsimport -v -d <cvsroot> -C <destination> <module>
which will do exactly what you'd think it does: it will create a git
archive of the named CVS module. The new archive will be created in the