summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-04-06 21:52:39 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-06 23:45:58 (GMT)
commitedbe4466746e577418b48922003a2c8a9cb55bee (patch)
tree08ce7d5a5462b734a48c994cc16bf711d1381214 /Documentation
parentb5da24679ec73f458988523dce9dd17b4e9b0e02 (diff)
downloadgit-edbe4466746e577418b48922003a2c8a9cb55bee.zip
git-edbe4466746e577418b48922003a2c8a9cb55bee.tar.gz
git-edbe4466746e577418b48922003a2c8a9cb55bee.tar.bz2
cvsimport: sync usage lines with existing options
Sync both the usage lines in the code and the asciidoc documentation with the real list of options. While all options seems to be documented in the asciidoc document, not all of them were listed in the usage line. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-cvsimport.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index 0d59c06..8374d90 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -9,9 +9,11 @@ git-cvsimport - Salvage your data out of another SCM people love to hate
SYNOPSIS
--------
[verse]
-'git-cvsimport' [-o <branch-for-HEAD>] [-h] [-v] [-d <CVSROOT>] [-s <subst>]
- [-p <options-for-cvsps>] [-C <git_repository>] [-i] [-P <file>]
- [-m] [-M regex] [<CVS_module>]
+'git-cvsimport' [-o <branch-for-HEAD>] [-h] [-v] [-d <CVSROOT>]
+ [-A <author-conv-file>] [-p <options-for-cvsps>] [-P <file>]
+ [-C <git_repository>] [-z <fuzz>] [-i] [-k] [-u] [-s <subst>]
+ [-a] [-m] [-M <regex>] [-S <regex>] [-L <commitlimit>]
+ [<CVS_module>]
DESCRIPTION