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:
parent
7619a444a0
commit
102dfd9037
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue