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~7^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3eb91bfc0d2e0c8c67bd4ec62523deb849919dd9;p=git.git 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 073a314c8..a2cf5b821 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