HDFS-8067. haadmin prints out stale help messages (Contributed by Ajith S)

(cherry picked from commit 66988476d0)
This commit is contained in:
Vinayakumar B 2015-05-08 10:45:21 +05:30
parent 00954714a6
commit d0fff5d328
2 changed files with 3 additions and 1 deletions

View File

@ -330,6 +330,8 @@ Release 2.8.0 - UNRELEASED
HDFS-8257. Namenode rollingUpgrade option is incorrect in document
(J.Andreina via vinayakumarb)
HDFS-8067. haadmin prints out stale help messages (Ajith S via vinayakumarb)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -90,7 +90,7 @@ public class DFSHAAdmin extends HAAdmin {
@Override
protected String getUsageString() {
return "Usage: haadmin";
return "Usage: haadmin [-ns <nameserviceId>]";
}
@Override