Skip to content

Commit 0bc25a7

Browse files
J. Bruce FieldsJunio C Hamano
authored andcommitted
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" <bfields@citi.umich.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 7943b3a commit 0bc25a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/cvs-migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sure it is in your path. Then cd to a checked out CVS working directory
109109
of the project you are interested in and run gitlink:git-cvsimport[1]:
110110

111111
-------------------------------------------
112-
$ git cvsimport -C <destination>
112+
$ git cvsimport -C <destination> <module>
113113
-------------------------------------------
114114

115115
This puts a git archive of the named CVS module in the directory

0 commit comments

Comments
 (0)