]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-cvsimport.txt
Wrap synopsis lines and use [verse] to keep formatting
[thirdparty/git.git] / Documentation / git-cvsimport.txt
index f89b251e1ecced0320f9504adb2d70f377755a51..01ca7ef96f1040c3260841c13b9c5cdc2e8938dd 100644 (file)
@@ -8,10 +8,10 @@ git-cvsimport - Import a CVS repository into git
 
 SYNOPSIS
 --------
-'git-cvsimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ]
-                       [ -d <CVSROOT> ] [ -p <options-for-cvsps> ]
-                       [ -C <git_repository> ] [ -i ] [ -P <file> ] [ -k ]
-                       [ -s <subst> ] [ -m ] [ -M regex ] [ <CVS_module> ]
+[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>]
 
 
 DESCRIPTION