mirror of
https://github.com/git/git.git
synced 2024-10-31 06:17:56 +01:00
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:
parent
f86cad7164
commit
ebffb3d03c
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue