Skip to content

Commit 4757745

Browse files
committed
Merge branch 'maint'
* maint: request-pull: make usage string match manpage
2 parents 6e702c2 + 3eb91bf commit 4757745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-request-pull.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# This file is licensed under the GPL v2, or a later version
55
# at the discretion of Linus Torvalds.
66

7-
USAGE='<commit> <url> [<head>]'
8-
LONG_USAGE='Summarizes the changes since <commit> to the standard output,
9-
and includes <url> in the message generated.'
7+
USAGE='<start> <url> [<end>]'
8+
LONG_USAGE='Summarizes the changes between two commits to the standard output,
9+
and includes the given URL in the generated summary.'
1010
SUBDIRECTORY_OK='Yes'
1111
OPTIONS_SPEC=
1212
. git-sh-setup

0 commit comments

Comments
 (0)