git remote: Separate usage strings for subcommands
commit4504107d5ef6a8840aaf278e63722bf4efbf722e
authorTim Henigan <tim.henigan@gmail.com>
Fri, 20 Nov 2009 23:43:13 +0000 (20 18:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 Nov 2009 06:15:30 +0000 (20 22:15 -0800)
treec1d8a3f2c2d6e34cb6a79913466fb624797c3faf
parent78d553b7d7b269bb22ebd8b1198657c37484a3a0
git remote: Separate usage strings for subcommands

When the usage string for a subcommand must be printed,
only print the information relevant to that command.

This commit also removes the complete options list from
the first line of the subcommand usage string. Instead,
individual options are documented in the detailed
description following the general usage line.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
builtin-remote.c