[ 
https://issues.apache.org/jira/browse/PDFBOX-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14125327#comment-14125327
 ] 

ASF subversion and git services commented on PDFBOX-2330:
---------------------------------------------------------

Commit 1623341 from [~tilman] in branch 'pdfbox/branches/1.8'
[ https://svn.apache.org/r1623341 ]

PDFBOX-2330: fix typo reported by Francisco Demartino

> Typo on usage message; "PDFDBox" instead of "PDFBox"
> ----------------------------------------------------
>
>                 Key: PDFBOX-2330
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2330
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.8.6
>            Reporter: Francisco Demartino
>            Priority: Trivial
>              Labels: typo
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Silly diff below :)
> Index: tools/src/main/java/org/apache/pdfbox/tools/PDFBox.java
> ===================================================================
> --- tools/src/main/java/org/apache/pdfbox/tools/PDFBox.java     (revision 
> 1623301)
> +++ tools/src/main/java/org/apache/pdfbox/tools/PDFBox.java     (working copy)
> @@ -113,7 +113,7 @@
>  
>      private static void showMessageAndExit() 
>      {
> -        System.err.println("PDFDBox version: \""+ Version.getVersion()+ 
> "\"");
> +        System.err.println("PDFBox version: \""+ Version.getVersion()+ "\"");
>          System.err.println("\nUsage: java pdfbox-app-x.y.z.jar <command> 
> <args..>");
>          System.err.println("\nPossible commands are:\n");
>          System.err.println("  ConvertColorspace");



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to