diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2005-12-31 18:37:15 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 18:44:28 -0800 |
commit | 353ce81597e831969ac37d6991346f8c39c1488e (patch) | |
tree | 7b925733c5a09e7b4e3bfa2d20926583d926f2b7 /Documentation/git-cvsimport.txt | |
parent | 6ff0b1c56c451445f7dc45b652a4dc60213eac19 (diff) | |
download | git-353ce81597e831969ac37d6991346f8c39c1488e.tar.gz |
Wrap synopsis lines and use [verse] to keep formatting
In addition, also fixes a few synopses to be more consistent and a gitlink.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-cvsimport.txt')
-rw-r--r-- | Documentation/git-cvsimport.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt index f89b251e1e..01ca7ef96f 100644 --- a/Documentation/git-cvsimport.txt +++ b/Documentation/git-cvsimport.txt @@ -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 |