HDFS-16282. Remove duplicate generic usage information to hdfs debug command (#3576). Contributed by daimin.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
913d06ad4d
commit
847cff7d91
|
@ -459,10 +459,10 @@ public class DebugAdmin extends Configured implements Tool {
|
|||
if (!command.name.equals("help")) {
|
||||
System.out.println(command.usageText);
|
||||
}
|
||||
}
|
||||
System.out.println();
|
||||
ToolRunner.printGenericCommandUsage(System.out);
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] argsArray) throws Exception {
|
||||
DebugAdmin debugAdmin = new DebugAdmin(new Configuration());
|
||||
|
|
Loading…
Reference in New Issue