HBASE-9728 generate-hadoopX-poms.sh examples is wrong.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1530455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2013-10-08 22:47:01 +00:00
parent 7619a444a0
commit 102dfd9037
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
function usage {
echo "Usage: $0 CURRENT_VERSION NEW_VERSION"
echo "For example, $0 hbase-0.95.2-SNAPSHOT hbase-0.95.2-hadoop1-SNAPSHOT"
echo "For example, $0 0.95.2-SNAPSHOT 0.95.2-hadoop1-SNAPSHOT"
echo "Presumes VERSION has hadoop1 or hadoop2 in it."
exit 1
}