diff options
author | Rob Landley <rob@landley.net> | 2006-02-21 05:06:42 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-21 05:06:42 +0000 |
commit | c5789a6e234c1ddec204cf65f319babb04ca6a47 (patch) | |
tree | 02a1388c5a200f02cec6e228204ce64eb939eb30 /include | |
parent | bf28ed88349b4a04e3434728087619294dfe8e00 (diff) | |
download | busybox-w32-c5789a6e234c1ddec204cf65f319babb04ca6a47.tar.gz busybox-w32-c5789a6e234c1ddec204cf65f319babb04ca6a47.tar.bz2 busybox-w32-c5789a6e234c1ddec204cf65f319babb04ca6a47.zip |
Walter Harms added -D to date, and I did a code cleanup while I was in the
area. Probably broke something...
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 3272e91d1..3432d172c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -332,10 +332,13 @@ | |||
332 | "\nOptions:\n" \ | 332 | "\nOptions:\n" \ |
333 | "\t-R\t\tOutputs RFC-822 compliant date string\n" \ | 333 | "\t-R\t\tOutputs RFC-822 compliant date string\n" \ |
334 | "\t-d STRING\tDisplays time described by STRING, not `now'\n" \ | 334 | "\t-d STRING\tDisplays time described by STRING, not `now'\n" \ |
335 | USAGE_DATE_ISOFMT("\t-I[TIMESPEC]\tOutputs an ISO-8601 compliant date/time string\n" \ | 335 | USAGE_DATE_ISOFMT( \ |
336 | "\t\t\tTIMESPEC=`date' (or missing) for date only,\n" \ | 336 | "\t-I[TIMESPEC]\tOutputs an ISO-8601 compliant date/time string\n" \ |
337 | "\t\t\t`hours', `minutes', or `seconds' for date and,\n" \ | 337 | "\t\t\tTIMESPEC=`date' (or missing) for date only,\n" \ |
338 | "\t\t\ttime to the indicated precision\n") \ | 338 | "\t\t\t`hours', `minutes', or `seconds' for date and,\n" \ |
339 | "\t\t\ttime to the indicated precision\n" \ | ||
340 | "\t-D hint\t\tUse 'hint' as date format, via strptime()\n" \ | ||
341 | ) \ | ||
339 | "\t-s\t\tSets time described by STRING\n" \ | 342 | "\t-s\t\tSets time described by STRING\n" \ |
340 | "\t-r FILE\t\tDisplays the last modification time of FILE\n" \ | 343 | "\t-r FILE\t\tDisplays the last modification time of FILE\n" \ |
341 | "\t-u\t\tPrints or sets Coordinated Universal Time" | 344 | "\t-u\t\tPrints or sets Coordinated Universal Time" |