From bf8c429782e5f0b35757c687b66d8088358677ae Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 30 Jun 2022 11:39:03 +0200
Subject: [PATCH] chore: commit save point

---
 README.md | 43 +++++++++++++++++++++++++------------------
 1 file changed, 25 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index d6fcd2b..83c736c 100644
--- a/README.md
+++ b/README.md
@@ -15,25 +15,9 @@ chmod u+x reqman
 
 ## Commands
 
-The date format for the output can be specified with the parameter `--date-format`.
-The format can be looked up in the first column of the table below.
+### General Parameters
 
-| Layout           | Java notation | C notation | Notes    |
-| ------------------ | --------------- | ------------ | ---------- |
-| 2006-01-02       | yyyy-MM-dd    | %F         | ISO 8601 |
-| 20060102         | yyyyMMdd      | %Y%m%d     | ISO 8601 |
-| January 02, 2006 | MMMM dd, yyyy | %B %d, %Y  |          |
-| 02 January 2006  | dd MMMM yyyy  | %d %B %Y   |          |
-| 02-Jan-2006      | dd-MMM-yyyy   | %d-%b-%Y   |          |
-| 01/02/06         | MM/dd/yy      | %D         | US       |
-| 01/02/2006       | MM/dd/yyyy    | %m/%d/%Y   | US       |
-| 010206           | MMddyy        | %m%d%y     | US       |
-| Jan-02-06        | MMM-dd-yy     | %b-%d-%y   | US       |
-| Jan-02-2006      | MMM-dd-yyyy   | %b-%d-%Y   | US       |
-| 06               | yy            | %y         |          |
-| Mon              | EEE           | %a         |          |
-| Monday           | EEEE          | %A         |          |
-| Jan-06           | MMM-yy        | %b-%y      |          |
+The date format for the output can be specified with the parameter `--date-format`.
 
 ### Help
 
@@ -279,6 +263,29 @@ If the PDF function is used, LaTeX commands can also be included in the text. Fo
 
 `│ -> |`
 
+## Date
+
+If a date is expected as a parameter, it must be entered in a special format
+depending on the type. The following table provides information about the individual formats.
+The format can be looked up in the first column of the table below.
+
+| Layout           | Java notation | C notation | Notes    |
+| ------------------ | --------------- | ------------ | ---------- |
+| 2006-01-02       | yyyy-MM-dd    | %F         | ISO 8601 |
+| 20060102         | yyyyMMdd      | %Y%m%d     | ISO 8601 |
+| January 02, 2006 | MMMM dd, yyyy | %B %d, %Y  |          |
+| 02 January 2006  | dd MMMM yyyy  | %d %B %Y   |          |
+| 02-Jan-2006      | dd-MMM-yyyy   | %d-%b-%Y   |          |
+| 01/02/06         | MM/dd/yy      | %D         | US       |
+| 01/02/2006       | MM/dd/yyyy    | %m/%d/%Y   | US       |
+| 010206           | MMddyy        | %m%d%y     | US       |
+| Jan-02-06        | MMM-dd-yy     | %b-%d-%y   | US       |
+| Jan-02-2006      | MMM-dd-yyyy   | %b-%d-%Y   | US       |
+| 06               | yy            | %y         |          |
+| Mon              | EEE           | %a         |          |
+| Monday           | EEEE          | %A         |          |
+| Jan-06           | MMM-yy        | %b-%y      |          |
+
 ## Latex
 
 Individual LaTeX commands can be looked up here:
-- 
GitLab