diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-25 02:14:07 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-25 02:14:07 +0000 |
commit | 4d89a8bd1d6a081be559656b67f4adfc75137740 (patch) | |
tree | 945ac3875df35b589450354fdece8007407cf509 /include | |
parent | ad6cab18341dc2df832f0b8fea966e3fb57eef03 (diff) | |
download | busybox-w32-4d89a8bd1d6a081be559656b67f4adfc75137740.tar.gz busybox-w32-4d89a8bd1d6a081be559656b67f4adfc75137740.tar.bz2 busybox-w32-4d89a8bd1d6a081be559656b67f4adfc75137740.zip |
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')
-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 \ |