From: Stefan Naewe Date: Mon, 17 Nov 2008 08:57:19 +0000 (+0100) Subject: request-pull: make usage string match manpage X-Git-Tag: v1.6.1-rc1~34^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3eb91bfc0d2e0c8c67bd4ec62523deb849919dd9?hp=4b4e26d21f77d9e90125ca1c8f48592a9cd6f543 request-pull: make usage string match manpage The usage string of 'git request-pull' differs from he manpage which gives the correct 'synopsis'. Signed-off-by: Stefan Naewe Signed-off-by: Junio C Hamano --- diff --git a/git-request-pull.sh b/git-request-pull.sh index 073a314c80..a2cf5b8215 100755 --- a/git-request-pull.sh +++ b/git-request-pull.sh @@ -4,9 +4,9 @@ # This file is licensed under the GPL v2, or a later version # at the discretion of Linus Torvalds. -USAGE=' []' -LONG_USAGE='Summarizes the changes since to the standard output, -and includes in the message generated.' +USAGE=' []' +LONG_USAGE='Summarizes the changes between two commits to the standard output, +and includes the given URL in the generated summary.' SUBDIRECTORY_OK='Yes' OPTIONS_SPEC= . git-sh-setup