diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-25 02:49:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-25 02:49:11 +0000 |
commit | fa076d491fb25de0a5ebf5ca53f3013f2c4688c8 (patch) | |
tree | 09651246362e1c7284fda60393a8a6ba509f85ee | |
parent | 9ce4ae8142b191ab6c2135165d5904351b48f665 (diff) | |
download | busybox-w32-fa076d491fb25de0a5ebf5ca53f3013f2c4688c8.tar.gz busybox-w32-fa076d491fb25de0a5ebf5ca53f3013f2c4688c8.tar.bz2 busybox-w32-fa076d491fb25de0a5ebf5ca53f3013f2c4688c8.zip |
date: even more of help text shrink
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index e7e9002f9..58c5470da 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -579,8 +579,7 @@ | |||
579 | "\n" \ | 579 | "\n" \ |
580 | "\nRecognized formats for TIME:" \ | 580 | "\nRecognized formats for TIME:" \ |
581 | "\n [hh:]mm:ss" \ | 581 | "\n [hh:]mm:ss" \ |
582 | "\n mon.day-hh:mm[:ss]" \ | 582 | "\n [YYYY.]MM.DD-hh:mm[:ss]" \ |
583 | "\n year.mon.day-hh:mm[:ss]" \ | ||
584 | "\n MMDDhhmm[[YY]YY][.ss]" \ | 583 | "\n MMDDhhmm[[YY]YY][.ss]" \ |
585 | 584 | ||
586 | #define date_example_usage \ | 585 | #define date_example_usage \ |