HDFS-9933. ReverseXML should be capitalized in oiv usage message (cmccabe)
(cherry picked from commit79961ecea8
) (cherry picked from commit710811652c
)
This commit is contained in:
parent
56462678f9
commit
a1f110a145
|
@ -60,7 +60,7 @@ public class OfflineImageViewerPB {
|
|||
+ " * XML: This processor creates an XML document with all elements of\n"
|
||||
+ " the fsimage enumerated, suitable for further analysis by XML\n"
|
||||
+ " tools.\n"
|
||||
+ " * reverseXML: This processor takes an XML file and creates a\n"
|
||||
+ " * ReverseXML: This processor takes an XML file and creates a\n"
|
||||
+ " binary fsimage containing the same elements.\n"
|
||||
+ " * FileDistribution: This processor analyzes the file size\n"
|
||||
+ " distribution in the image.\n"
|
||||
|
|
Loading…
Reference in New Issue