You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/07/03 10:42:18 UTC

svn commit: r1751144 - /pdfbox/branches/2.0/tools/src/main/java/org/apache/pdfbox/tools/PDFToImage.java

Author: tilman
Date: Sun Jul  3 10:42:18 2016
New Revision: 1751144

URL: http://svn.apache.org/viewvc?rev=1751144&view=rev
Log:
PDFBOX-2852: remove option that doesn't exist in 2.*

Modified:
    pdfbox/branches/2.0/tools/src/main/java/org/apache/pdfbox/tools/PDFToImage.java

Modified: pdfbox/branches/2.0/tools/src/main/java/org/apache/pdfbox/tools/PDFToImage.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/tools/src/main/java/org/apache/pdfbox/tools/PDFToImage.java?rev=1751144&r1=1751143&r2=1751144&view=diff
==============================================================================
--- pdfbox/branches/2.0/tools/src/main/java/org/apache/pdfbox/tools/PDFToImage.java (original)
+++ pdfbox/branches/2.0/tools/src/main/java/org/apache/pdfbox/tools/PDFToImage.java Sun Jul  3 10:42:18 2016
@@ -278,7 +278,7 @@ public final class PDFToImage
             + "  -page <number>                   : The only page to extract (1-based)\n"
             + "  -startPage <int>                 : The first page to start extraction (1-based)\n"
             + "  -endPage <int>                   : The last page to extract(inclusive)\n"
-            + "  -color <int>                     : The color depth (valid: bilevel, indexed, gray, rgb, rgba)\n"
+            + "  -color <int>                     : The color depth (valid: bilevel, gray, rgb, rgba)\n"
             + "  -dpi <int>                       : The DPI of the output image\n"
             + "  -cropbox <int> <int> <int> <int> : The page area to export\n"
             + "  -time                            : Prints timing information to stdout\n"