HDFS-14881. Safemode 'forceExit' option, doesn’t shown in help message. Contributed by Renukaprasad C.

This commit is contained in:
Ayush Saxena 2019-10-03 22:34:55 +05:30
parent d59bcbfa0f
commit a3fe404244

View File

@ -434,7 +434,7 @@ static int run(DistributedFileSystem dfs, String[] argv, int idx) throws IOExcep
private static final String commonUsageSummary =
"\t[-report [-live] [-dead] [-decommissioning] " +
"[-enteringmaintenance] [-inmaintenance]]\n" +
"\t[-safemode <enter | leave | get | wait>]\n" +
"\t[-safemode <enter | leave | get | wait | forceExit>]\n" +
"\t[-saveNamespace [-beforeShutdown]]\n" +
"\t[-rollEdits]\n" +
"\t[-restoreFailedStorage true|false|check]\n" +