From 0bc25a78428a7dc3a3acf00eb9637424419c3afd Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Tue, 6 Feb 2007 02:51:26 -0500 Subject: [PATCH] Documentation: mention module option to git-cvsimport The git-cvsimport argument that specifies a cvs module to import should probably be included in the default example. Signed-off-by: "J. Bruce Fields" Signed-off-by: Junio C Hamano --- Documentation/cvs-migration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index 764cc560b4..3b6b494162 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -109,7 +109,7 @@ sure it is in your path. Then cd to a checked out CVS working directory of the project you are interested in and run gitlink:git-cvsimport[1]: ------------------------------------------- -$ git cvsimport -C +$ git cvsimport -C ------------------------------------------- This puts a git archive of the named CVS module in the directory -- 2.11.4.GIT