HDFS-7324. haadmin command usage prints incorrect command name. Contributed by Brahma Reddy Battula.

This commit is contained in:
Suresh Srinivas 2014-11-03 13:15:14 -08:00
parent 58e9f24e0f
commit 237890feab
2 changed files with 4 additions and 1 deletions

View File

@ -384,6 +384,9 @@ Release 2.7.0 - UNRELEASED
HDFS-7315. DFSTestUtil.readFileBuffer opens extra FSDataInputStream.
(Plamen Jeliazkov via wheat9)
HDFS-7324. haadmin command usage prints incorrect command name.
(Brahma Reddy Battula via suresh)
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -89,7 +89,7 @@ protected HAServiceTarget resolveTarget(String nnId) {
@Override
protected String getUsageString() {
return "Usage: DFSHAAdmin [-ns <nameserviceId>]";
return "Usage: haadmin";
}
@Override