summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
commit65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /coreutils
parent01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff)
downloadbusybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.bz2
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.zip
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
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"