Skip to content

Commit

Permalink
Help consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagravarr committed Mar 27, 2017
1 parent b4897c4 commit a306f49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void main(String[] args) throws Exception {
.required()
.hasArg()
.desc("update bookmarks in pdf" )
.argName("pdf").build();
.argName("bookmarks").build();
pdftk.addOption(optUpdateInfo);
optsPDFtk.addOptionGroup(pdftk);
Option optOutput =
Expand Down Expand Up @@ -181,7 +181,7 @@ protected static void doPrintHelp(Options optsHelp, Options optsNormal, Options

// Output the PDFtk-style help
formatter.setOptPrefix("");
formatter.printHelp("PDFtkBox <pdf> [dump_data | update_info <file>] output <pdf>",
formatter.printHelp("PDFtkBox <pdf> [dump_data | update_info <bookmarks>] output <pdf>",
optsPDFtk, false);

// Ignore the opts help
Expand Down

0 comments on commit a306f49

Please sign in to comment.