PDFBOX-6092: use natural language for headings 
diff --git a/content/2.0/commandline.md b/content/2.0/commandline.md
index c57a548..8a13142 100644
--- a/content/2.0/commandline.md
+++ b/content/2.0/commandline.md
@@ -29,7 +29,7 @@
 See the [Dependencies](/2.0/dependencies.html) page for instructions on how to set your classpath in order to run
 PDFBox tools as Java applications.
 
-## Decrypt ##
+## Decryption ##
 
 This application will decrypt a PDF document.
 
@@ -45,7 +45,7 @@
 | inputfile | The PDF file to decrypt. |
 | outputfile | The file to save the decrypted document to. If left blank then it will be the same as the input file. |
 
-## Encrypt ##
+## Encryption ##
 
 This application will encrypt a PDF document.
 
@@ -68,7 +68,7 @@
 | inputfile |  |The PDF file to encrypt. |
 | outputfile |  |The file to save the encrypted document to. If left blank then it will be the same as the input file. |
 
-## ExtractImages
+## Extract images
 
 This application will extract all images from the given PDF document.
 
@@ -80,7 +80,7 @@
 | -prefix | PDF name | Image prefix to use. |
 | -directJPEG | false | Forces the direct extraction of JPEG images regardless of colorspace. |
 
-## ExtractText ##
+## Extract text ##
 
 This application will extract all text from the given PDF document.
 
@@ -101,7 +101,7 @@
 | -startPage | 1 | The first page to extract, one based. |
 | -endPage | Integer.MAX_INT | The last page to extract, one based. |
 
-## OverlayPDF ##
+## Overlay ##
 
 This application will overlay one document with the content of another document
 
@@ -139,13 +139,13 @@
 | -viewstructure | | Activates the "view structure" view on startup. |
 | inputfile | | the name of an optional PDF file to open. |
 
-## PDFMerger ##
+## Merge documents ##
 
 This application will take a list of pdf documents and merge them, saving the result in a new document.
 
 Usage: ``java -jar pdfbox-app-2.y.z.jar PDFMerger <Source PDF files (2 ..n)> <Target PDF file>``
 
-## PDFSplit ##
+## Split documents ##
 
 This application will take an existing PDF document and split it into a number of new documents.
 
@@ -170,7 +170,7 @@
  - PDFSplit -startPage 5 -endPage 10 sample_with_13_pages.pdf will provide a pdf containing all pages from 5 to 10 of the source pdf
  - PDFSplit -split 2 -startPage 5 -endPage 10 sample_with_13_pages.pdf will provide 3 pdfs containing all pages from 5 to 10 of the source pdf 2 pages each
 
-## PDFToImage ##
+## Convert PDF to images ##
 
 This application will create an image for every page in the PDF document.
 
@@ -189,7 +189,7 @@
 | -cropbox \<int\> \<int\> \<int\> \<int\> | | The page area to export. |
 | -time | | Prints timing information to stdout. |
 
-## PrintPDF ##
+## Print ##
 
 This application will send a pdf document to the printer.
 
@@ -214,7 +214,7 @@
 
 mediaSize and tray cannot be combined. Running the command without parameters will show a help text and all available settings for all printers.
 
-## TextToPDF ##
+## Create PDF from text ##
 
 This application will create a PDF document from a text file.
 
@@ -246,9 +246,9 @@
  - Times-BoldItalic
  - ZapfDingbats
 
-## WriteDecodedDoc ##
+## Decompress ##
 
-An application to decompress PDF documents.
+An application to decompress PDF documents. This is helpful if wanting to inspect a PDF with a text editor.
 
 Usage: ``java -jar pdfbox-app-2.y.z.jar WriteDecodedDoc <input-file> <output-file>``
 
diff --git a/content/3.0/commandline.md b/content/3.0/commandline.md
index 430ac47..a8e9021 100644
--- a/content/3.0/commandline.md
+++ b/content/3.0/commandline.md
@@ -29,7 +29,7 @@
 See the [Dependencies](/3.0/dependencies.html) page for instructions on how to set your classpath in order to run
 PDFBox tools as Java applications.
 
-## Decrypt ##
+## Decryption ##
 
 This application will decrypt a PDF document.
 
@@ -47,7 +47,7 @@
 | -password=[\<password>] | Password to the PDF or certificate in keystore. |
 | -V, --version | Print version information and exit. |
 
-## Encrypt ##
+## Encryption ##
 
 This application will encrypt a PDF document.
 
@@ -72,7 +72,7 @@
 | -U=[\<userPassword>] | | set the user password (ignored if certFile is set) |
 | -V, --version | | Print version information and exit. |
 
-## ExtractImages
+## Export images
 
 This application will export all images from the given PDF document.
 
@@ -158,7 +158,7 @@
 | --data=\<infile> | the XFDF data file to import from. |
 | -V, --version | Print version information and exit. |
 
-## ExtractText ##
+## Extract text ##
 
 This application will extract all text from the given PDF document.
 
@@ -183,7 +183,7 @@
 | -startPage=\<startPage> | 1 | The first page to start extraction (1 based, inclusive) |
 | -V, --version | | Print version information and exit. |
 
-## OverlayPDF ##
+## Overlay ##
 
 This application will overlay one document with the content of another document
 
@@ -225,7 +225,7 @@
 | -password=[\<password>] | password to derypt the PDF. |
 | -viewstructure | Activates the "view structure" view on startup. |
 
-## PDFMerger ##
+## Merge documents ##
 
 This application will take a list of pdf documents and merge them, saving the result in a new document.
 
@@ -239,7 +239,7 @@
 | -V, --version | Print version information and exit. |
 
 
-## PDFSplit ##
+## Split documents ##
 
 This application will take an existing PDF document and split it into a number of new documents.
 
@@ -267,7 +267,7 @@
  - PDFSplit -startPage=5 -endPage=10 -i=sample_with_13_pages.pdf will provide a pdf containing all pages from 5 to 10 of the source pdf
  - PDFSplit -split=2 -startPage=5 -endPage=10 -isample_with_13_pages.pdf will provide 3 pdfs containing all pages from 5 to 10 of the source pdf 2 pages each
 
-## PDFToImage ##
+## Convert PDF to images ##
 
 This application will create an image for every page in the PDF document.
 
@@ -291,7 +291,7 @@
 | -time | | print timing information to stdout. |
 | -V, --version | | print version information and exit. |
 
-## PrintPDF ##
+## Print ##
 
 This application will send a pdf document to the printer.
 
@@ -318,7 +318,7 @@
 
 mediaSize and tray can only be combined when running on jdk 1.8.
 
-## TextToPDF ##
+## Create PDF from text ##
 
 This application will create a PDF document from a text file.
 
@@ -356,7 +356,7 @@
  - Times-BoldItalic
  - ZapfDingbats
 
-## ImageToPDF ##
+## Create PDF from images ##
 
 This application will create a PDF document from image files.
 
@@ -373,9 +373,9 @@
 | -autoOrientation | | Set orientation depending of image proportion. |
 | -V, --version | | Print version information and exit. |
 
-## WriteDecodedDoc ##
+## Decompress ##
 
-An application to decompress PDF documents.
+An application to decompress PDF documents. This is helpful if wanting to inspect a PDF with a text editor.
 
 Usage: ``java -jar pdfbox-app-3.y.z.jar decode [OPTIONS] <input-file> <output-file>``