Skip to content

Commit ebffb3d

Browse files
davvidgitster
authored andcommitted
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>
1 parent f86cad7 commit ebffb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/mw-to-git/t/install-wiki.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
. "$WIKI_TEST_DIR"/test-gitmw-lib.sh
1717
usage () {
18-
echo "Usage: "
18+
echo "usage: "
1919
echo " ./install-wiki.sh <install | delete | --help>"
2020
echo " install | -i : Install a wiki on your computer."
2121
echo " delete | -d : Delete the wiki and all its pages and "

0 commit comments

Comments
 (0)