diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:52:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:52:35 +0000 |
commit | 65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch) | |
tree | 87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /coreutils | |
parent | 01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff) | |
download | busybox-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz |
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index d2c3c6431..232612877 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -92,7 +92,8 @@ config CONFIG_FEATURE_DATE_ISOFMT default y depends on CONFIG_DATE help - Please submit a patch to add help text for this item. + Enable option (-I) to output an ISO-8601 compliant + date/time string. config CONFIG_DD bool "dd" |