[BusyBox-cvs] busybox/findutils Config.in,1.3,1.4

Erik Andersen andersen at busybox.net
Sat Jul 5 07:53:06 UTC 2003


Update of /var/cvs/busybox/findutils
In directory winder:/tmp/cvs-serv14978/findutils

Modified Files:
	Config.in 
Log Message:
Patch from Kent Robotti adding a bunch of needed docs!
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/findutils/Config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Config.in	27 Apr 2003 02:43:53 -0000	1.3
+++ Config.in	5 Jul 2003 07:52:33 -0000	1.4
@@ -9,7 +9,7 @@
 	bool "find"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  find is used to search your system to find specified files.
 
 config CONFIG_FEATURE_FIND_MTIME
 	bool "  Enable modified time matching (-mtime) option"
@@ -58,7 +58,7 @@
 	bool "grep"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
+	  grep is used to search files for a specified pattern.
 
 config CONFIG_FEATURE_GREP_EGREP_ALIAS
 	bool "  Support extended regular expressions (egrep & grep -E)"
@@ -87,8 +87,8 @@
 	bool "xargs"
 	default n
 	help
-	  Please submit a patch to add help text for this item.
-
+	  xargs is used to execute a specified command on
+	  every item from standard input.  
 
 endmenu
 




More information about the busybox-cvs mailing list