Skip to content

Commit

Permalink
Documentation/git-send-pack.txt: wrap long synopsis line
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Dave Borowitz authored and Junio C Hamano committed Aug 19, 2015
1 parent f9e0952 commit a3fb31a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/git-send-pack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ git-send-pack - Push objects over Git protocol to another repository
SYNOPSIS
--------
[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
-----------
Expand Down

0 comments on commit a3fb31a

Please sign in to comment.