Skip to content
Snippets Groups Projects
Commit 8e394ffc authored by Adrian Velicu's avatar Adrian Velicu
Browse files

Making 'dicttool header' output format version

Change-Id: I4198f6b463711feb4ab78020934cca4d23870fbb
parent 6e61cd3b
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ public class Header extends Dicttool.Command {
System.out.println("Dictionary : " + dictFile.getAbsolutePath());
System.out.println("Size : " + dictFile.length() + " bytes");
System.out.println("Format : Binary dictionary format");
System.out.println("Format version : " + header.mFormatOptions.mVersion);
System.out.println("Packaging : " + spec.describeChain());
System.out.println("Header attributes :");
System.out.print(header.mDictionaryOptions.toString(2 /* indentCount */, plumbing));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment