PDFBOX-1529: add lineSpacing; minor improvements
diff --git a/content/2.0/commandline.md b/content/2.0/commandline.md
index 8817a15..a8b53cf 100644
--- a/content/2.0/commandline.md
+++ b/content/2.0/commandline.md
@@ -215,8 +215,10 @@
 | Command-Line Parameter | Default | Description |
 | --- | --- | --- |
 | -standardFont | Helvetica | The font to use for the text. Either this or -ttf should be specified but not both. |
-| -ttf | | The TTF font to use for the text. Either this or -standardFont should be specified but not both. |
-| -fontSize | 10 | The size of the font to use. |
+| -pageSize | LETTER | The page size to use (LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6). |
+| -ttf | | The TrueType font to use for the text. Either this or -standardFont should be specified but not both. |
+| -fontSize | 10.0 | The size of the font to use. |
+| -lineSpacing | 1.05 | The factor of the font size for the line height. |
 
 The following font names can be used for the parameter ``standardFont``:
 
diff --git a/content/3.0/commandline.md b/content/3.0/commandline.md
index 85cf02a..e0bc862 100644
--- a/content/3.0/commandline.md
+++ b/content/3.0/commandline.md
@@ -252,16 +252,17 @@
 
 | Command-Line Parameter | Default | Description |
 | --- | --- | --- |
-| -charset=\<charset> | UTF-8 | the charset to use. |
-| -fontSize=\<fontSize> | 10 | the size of the font to use. |
+| -charset=\<charset> | UTF-8 | The charset to use. |
+| -fontSize=\<fontSize> | 10.0 | The size of the font to use. |
+| -lineSpacing=\<factor> | 1.05 | The factor of the font size for the line height. |
 | -h, --help | | Show help message and exit. |
-| -i, --input=\<infile> | | the text file to convert. |
-| -landscape | | set orientation to landscape. |
-| -o, --output=\<outfile> | | the generated PDF file. |
-| -pageSize=\<pageSize> | LETTER | the page size to use (LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6). |
+| -i, --input=\<infile> | | The text file to convert. |
+| -landscape | | Set orientation to landscape. |
+| -o, --output=\<outfile> | | The generated PDF file. |
+| -pageSize=\<pageSize> | LETTER | The page size to use (LETTER, LEGAL, A0, A1, A2, A3, A4, A5, A6). |
 | -standardFont=\<standardFont> | Helvetica | The font to use for the text. Either this or -ttf should be specified but not both. |
-| -ttf=\<ttfFile> | | The TTF font to use for the text. Either this or -standardFont should be specified but not both. |
-| -V, --version | | print version information and exit. |
+| -ttf=\<ttfFile> | | The TrueType font to use for the text. Either this or -standardFont should be specified but not both. |
+| -V, --version | | Print version information and exit. |
 
 The following font names can be used for the parameter ``standardFont``: