Skip to content

Commit

Permalink
request-pull: make usage string match manpage
Browse files Browse the repository at this point in the history
The usage string of 'git request-pull' differs from he manpage
which gives the correct 'synopsis'.

Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stefan Naewe authored and Junio C Hamano committed Nov 17, 2008
1 parent 4b4e26d commit 3eb91bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-request-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# This file is licensed under the GPL v2, or a later version
# at the discretion of Linus Torvalds.

USAGE='<commit> <url> [<head>]'
LONG_USAGE='Summarizes the changes since <commit> to the standard output,
and includes <url> in the message generated.'
USAGE='<start> <url> [<end>]'
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
Expand Down

0 comments on commit 3eb91bf

Please sign in to comment.