Skip to content

Commit 36cb866

Browse files
fourlexjazzido
authored andcommitted
Delete duplicated addOption
1 parent 7418f80 commit 36cb866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/technology/tabula/CommandLineApp.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ public static Options buildOptions() {
273273
o.addOption("v", "version", false, "Print version and exit.");
274274
o.addOption("h", "help", false, "Print this help text.");
275275
o.addOption("g", "guess", false, "Guess the portion of the page to analyze per page.");
276-
o.addOption("d", "debug", false, "Print detected table areas instead of processing");
277276
o.addOption("r", "spreadsheet", false, "[Deprecated in favor of -l/--lattice] Force PDF to be extracted using spreadsheet-style extraction (if there are ruling lines separating each cell, as in a PDF of an Excel spreadsheet)");
278277
o.addOption("n", "no-spreadsheet", false, "[Deprecated in favor of -t/--stream] Force PDF not to be extracted using spreadsheet-style extraction (if there are no ruling lines separating each cell)");
279278
o.addOption("l", "lattice", false, "Force PDF to be extracted using lattice-mode extraction (if there are ruling lines separating each cell, as in a PDF of an Excel spreadsheet)");

0 commit comments

Comments
 (0)