Skip to content

Commit 1ba3a0c

Browse files
committed
PDFBOX-6117: fix name, as suggested by Tres Finocchiaro
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930278 13f79535-47bb-0310-9956-ffa450edef68
1 parent 757d8ab commit 1ba3a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/main/java/org/apache/pdfbox/tools/PrintPDF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*
5353
* @author Ben Litchfield
5454
*/
55-
@Command(name = "printpdf", header = "Prints a PDF document", versionProvider = Version.class, mixinStandardHelpOptions = true)
55+
@Command(name = "print", header = "Prints a PDF document", versionProvider = Version.class, mixinStandardHelpOptions = true)
5656
public final class PrintPDF implements Callable<Integer>
5757
{
5858
// We need this helper class because the Sides class isn't a real enum class.

0 commit comments

Comments
 (0)