contrib/mw-to-git/t/install-wiki.sh: use a lowercase "usage:" string
Make the usage string consistent with Git. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
f86cad7164
commit
ebffb3d03c
@ -15,7 +15,7 @@ fi
|
|||||||
|
|
||||||
. "$WIKI_TEST_DIR"/test-gitmw-lib.sh
|
. "$WIKI_TEST_DIR"/test-gitmw-lib.sh
|
||||||
usage () {
|
usage () {
|
||||||
echo "Usage: "
|
echo "usage: "
|
||||||
echo " ./install-wiki.sh <install | delete | --help>"
|
echo " ./install-wiki.sh <install | delete | --help>"
|
||||||
echo " install | -i : Install a wiki on your computer."
|
echo " install | -i : Install a wiki on your computer."
|
||||||
echo " delete | -d : Delete the wiki and all its pages and "
|
echo " delete | -d : Delete the wiki and all its pages and "
|
||||||
|
Reference in New Issue
Block a user