Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/user-manual.txt: use a lowercase "usage:" string
author
David Aguilar
<davvid@gmail.com>
Sun, 24 Feb 2013 00:50:24 +0000
(16:50 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Feb 2013 21:31:10 +0000
(13:31 -0800)
Make the usage string in the example script consistent with Git.
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
9a8a84c
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 23689b0b939cf0ee903e610194bcea090cf3c495..d290632d183097cbe51e0751037d71aa8310c452 100644
(file)
--- a/
Documentation/user-manual.txt
+++ b/
Documentation/user-manual.txt
@@
-2341,7
+2341,7
@@
origin)
fi
;;
*)
- echo "
U
sage: $0 origin|test|release" 1>&2
+ echo "
u
sage: $0 origin|test|release" 1>&2
exit 1
;;
esac
@@
-2355,7
+2355,7
@@
pname=$0
usage()
{
- echo "
U
sage: $pname branch test|release" 1>&2
+ echo "
u
sage: $pname branch test|release" 1>&2
exit 1
}