cvsimport: sync usage lines with existing options
[gitweb.git] / git-cvsimport.perl
index 1a1ba7b1a6f779773702ae3c1efb56425c31beb4..d3fbcbc15cc2f251fe22c8995f962bc609456d1a 100755 (executable)
@@ -36,8 +36,9 @@ ()
        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);
 }