Skip to content

Commit

Permalink
contrib/mw-to-git/t/install-wiki.sh: use a lowercase "usage:" string
Browse files Browse the repository at this point in the history
Make the usage string consistent with Git.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
David Aguilar authored and Junio C Hamano committed Feb 25, 2013
1 parent f86cad7 commit ebffb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mw-to-git/t/install-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

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

0 comments on commit ebffb3d

Please sign in to comment.