diff options
author | Frank Lichtenheld <frank@lichtenheld.de> | 2007-04-06 23:52:39 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-06 16:45:58 -0700 |
commit | edbe4466746e577418b48922003a2c8a9cb55bee (patch) | |
tree | 08ce7d5a5462b734a48c994cc16bf711d1381214 /git-cvsimport.perl | |
parent | b5da24679ec73f458988523dce9dd17b4e9b0e02 (diff) | |
download | git-edbe4466746e577418b48922003a2c8a9cb55bee.tar.gz |
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 'git-cvsimport.perl')
-rwxr-xr-x | git-cvsimport.perl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 1a1ba7b1a6..d3fbcbc15c 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -36,8 +36,9 @@ sub usage() { print STDERR <<END; Usage: ${\basename $0} # fetch/update GIT from CVS [-o branch-for-HEAD] [-h] [-v] [-d CVSROOT] [-A author-conv-file] - [-p opts-for-cvsps] [-C GIT_repository] [-z fuzz] [-i] [-k] [-u] - [-s subst] [-a] [-m] [-M regex] [-S regex] [CVS_module] + [-p opts-for-cvsps] [-P file] [-C GIT_repository] [-z fuzz] [-i] [-k] + [-u] [-s subst] [-a] [-m] [-M regex] [-S regex] [-L commitlimit] + [CVS_module] END exit(1); } |