aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-05 07:52:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-05 07:52:35 +0000
commit1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1 (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /coreutils
parent8b3e5450cbe01cc720c446faab2e5da36a4148df (diff)
downloadbusybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.gz
busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.bz2
busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.zip
Patch from Kent Robotti adding a bunch of needed docs!
-Erik git-svn-id: svn://busybox.net/trunk/busybox@7038 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in3
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
92 default y 92 default y
93 depends on CONFIG_DATE 93 depends on CONFIG_DATE
94 help 94 help
95 Please submit a patch to add help text for this item. 95 Enable option (-I) to output an ISO-8601 compliant
96 date/time string.
96 97
97config CONFIG_DD 98config CONFIG_DD
98 bool "dd" 99 bool "dd"