PDFBOX-3330: document additional parameters for PrintPDF command
diff --git a/content/2.0/commandline.md b/content/2.0/commandline.md
index 1a638f6..5869754 100644
--- a/content/2.0/commandline.md
+++ b/content/2.0/commandline.md
@@ -200,11 +200,13 @@
usage: ``java -jar pdfbox-app-2.y.z.jar PrintPDF [OPTIONS] <inputfile>``
-| Command Line Parameter | Description |
-| --- | --- |
-| -password | The password to decrypt the PDF. |
-| -silentPrint | Print the PDF without prompting for a printer. |
-| inputfile | The PDF file to print. |
+| Command Line Parameter | Default | Description |
+| --- | --- | --- |
+| -password | | The password to decrypt the PDF. |
+| -silentPrint | | Print the PDF without prompting for a printer. |
+| -printerName ``<name>`` | | Print to specified printer |
+| -orientation [auto | portrait | landscape] | auto | Print using orientation |
+| inputfile | | The PDF file to print. |
## TextToPDF ##