summaryrefslogtreecommitdiff
path: root/contrib/fast-import/git-import.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-01 16:19:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-01 16:19:04 (GMT)
commit41e603af58c3814d06e1c2b5d1449d516007a255 (patch)
tree480b672f067230acc38f83adda96782700db799a /contrib/fast-import/git-import.sh
parent803a777942b0b1c91890c2f97d4f10972cf2881e (diff)
parentebffb3d03cceabf8d89a62435a4cdf3a22b68b5f (diff)
downloadgit-41e603af58c3814d06e1c2b5d1449d516007a255.zip
git-41e603af58c3814d06e1c2b5d1449d516007a255.tar.gz
git-41e603af58c3814d06e1c2b5d1449d516007a255.tar.bz2
Merge branch 'da/downcase-u-in-usage' into maint
* da/downcase-u-in-usage: contrib/mw-to-git/t/install-wiki.sh: use a lowercase "usage:" string contrib/examples/git-remote.perl: use a lowercase "usage:" string tests: use a lowercase "usage:" string git-svn: use a lowercase "usage:" string Documentation/user-manual.txt: use a lowercase "usage:" string templates/hooks--update.sample: use a lowercase "usage:" string contrib/hooks/setgitperms.perl: use a lowercase "usage:" string contrib/examples: use a lowercase "usage:" string contrib/fast-import/import-zips.py: use spaces instead of tabs contrib/fast-import/import-zips.py: fix broken error message contrib/fast-import: use a lowercase "usage:" string contrib/credential: use a lowercase "usage:" string git-cvsimport: use a lowercase "usage:" string git-cvsimport: use a lowercase "usage:" string git-cvsexportcommit: use a lowercase "usage:" string git-archimport: use a lowercase "usage:" string git-merge-one-file: use a lowercase "usage:" string git-relink: use a lowercase "usage:" string git-svn: use a lowercase "usage:" string git-sh-setup: use a lowercase "usage:" string
Diffstat (limited to 'contrib/fast-import/git-import.sh')
-rwxr-xr-xcontrib/fast-import/git-import.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-import.sh b/contrib/fast-import/git-import.sh
index 0ca7718..f8d803c 100755
--- a/contrib/fast-import/git-import.sh
+++ b/contrib/fast-import/git-import.sh
@@ -5,7 +5,7 @@
# but is meant to be a simple fast-import example.
if [ -z "$1" -o -z "$2" ]; then
- echo "Usage: git-import branch import-message"
+ echo "usage: git-import branch import-message"
exit 1
fi