Documentation/git-send-pack.txt: wrap long synopsis line

Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Dave Borowitz 2015-08-19 11:26:40 -04:00 committed by Junio C Hamano
parent f9e0952d1f
commit a3fb31a892

View File

@ -9,7 +9,9 @@ git-send-pack - Push objects over Git protocol to another repository
SYNOPSIS SYNOPSIS
-------- --------
[verse] [verse]
'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> [<ref>...] 'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>]
[--verbose] [--thin] [--atomic]
[<host>:]<directory> [<ref>...]
DESCRIPTION DESCRIPTION
----------- -----------