diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index acc72d158..cbc5cb0a2 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -612,8 +612,9 @@ | |||
612 | ) \ | 612 | ) \ |
613 | "\n" \ | 613 | "\n" \ |
614 | "\nRecognized formats for TIME:" \ | 614 | "\nRecognized formats for TIME:" \ |
615 | "\n [hh:]mm:ss" \ | 615 | "\n hh:mm[:ss]" \ |
616 | "\n [YYYY.]MM.DD-hh:mm[:ss]" \ | 616 | "\n [YYYY.]MM.DD-hh:mm[:ss]" \ |
617 | "\n YYYY-MM-DD hh:mm[:ss]" \ | ||
617 | "\n MMDDhhmm[[YY]YY][.ss]" \ | 618 | "\n MMDDhhmm[[YY]YY][.ss]" \ |
618 | 619 | ||
619 | #define date_example_usage \ | 620 | #define date_example_usage \ |