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

This commit is contained in:
Vinayakumar B 2015-05-08 10:45:21 +05:30
parent c7c26a1e4a
commit 66988476d0
2 changed files with 3 additions and 1 deletions

View File

@ -654,6 +654,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