From 4d89a8bd1d6a081be559656b67f4adfc75137740 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 25 Apr 2008 02:14:07 +0000 Subject: date: make it accept ISO date format. Fix help text. make testsuite actually test something useful. function old new delta date_main 1094 1149 +55 --- include/usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 @@ ) \ "\n" \ "\nRecognized formats for TIME:" \ - "\n [hh:]mm:ss" \ + "\n hh:mm[:ss]" \ "\n [YYYY.]MM.DD-hh:mm[:ss]" \ + "\n YYYY-MM-DD hh:mm[:ss]" \ "\n MMDDhhmm[[YY]YY][.ss]" \ #define date_example_usage \ -- cgit v1.2.3