summaryrefslogtreecommitdiffstats
path: root/package/patch
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-26 07:36:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-26 07:36:59 +0000
commit6d9728e843fb6fee4d3c62235862ef524292d365 (patch)
tree507199fea105f0aed88fddd482896a56f1b5cf89 /package/patch
parent450d6150c44dd580c3d51beff34c258277d5fb0c (diff)
downloadbuildroot-novena-6d9728e843fb6fee4d3c62235862ef524292d365.tar.gz
buildroot-novena-6d9728e843fb6fee4d3c62235862ef524292d365.zip
more help updates from Tom Cameron
Diffstat (limited to 'package/patch')
-rw-r--r--package/patch/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/patch/Config.in b/package/patch/Config.in
index e9267cb4b..c2a79299e 100644
--- a/package/patch/Config.in
+++ b/package/patch/Config.in
@@ -1,8 +1,8 @@
-#
-
config BR2_PACKAGE_PATCH
- bool"patch"
+ bool "patch"
default n
help
- Add help text here.
+ Take patch files (containing difference listings) and apply them
+ to original files, producing patched versions.
+ http://www.gnu.org/software/patch/