diff options
author | Denis Vlasenko | 2008-04-25 02:14:07 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-04-25 02:14:07 +0000 |
commit | 4d89a8bd1d6a081be559656b67f4adfc75137740 (patch) | |
tree | 945ac3875df35b589450354fdece8007407cf509 /include/usage.h | |
parent | ad6cab18341dc2df832f0b8fea966e3fb57eef03 (diff) | |
download | busybox-4d89a8bd1d6a081be559656b67f4adfc75137740.zip busybox-4d89a8bd1d6a081be559656b67f4adfc75137740.tar.gz |
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
Diffstat (limited to 'include/usage.h')
-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 acc72d1..cbc5cb0 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 \ |