mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
fixed incorrect initialization of --noheader option in BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76179f80c7
commit
f5e2cb8046
@ -308,7 +308,7 @@ public final class BiffViewer {
|
||||
} else if ("--rawhex".equals(arg)) {
|
||||
rawhex = true;
|
||||
} else if ("--noheader".equals(arg)) {
|
||||
noheader = false;
|
||||
noheader = true;
|
||||
} else {
|
||||
throw new CommandParseException("Unexpected option '" + arg + "'");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user