[BusyBox-cvs] busybox/findutils Config.in,1.5,1.6

Erik Andersen andersen at busybox.net
Mon Jul 14 19:37:30 UTC 2003


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

Modified Files:
	Config.in 
Log Message:
Patch from Thomas Cameron:

    Hello all,
	    This patch adds more "Help" text to the config system.  Almost  
    all applets now have a help entry.  Also, I cleaned up the spacing of
    the existing text so that things are consistent.  This patch is against
    this morning's CVS.

    Thomas Cameron
    CEI Systems, Inc.



Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/findutils/Config.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Config.in	14 Jul 2003 19:18:43 -0000	1.5
+++ Config.in	14 Jul 2003 19:36:56 -0000	1.6
@@ -86,8 +86,9 @@
 	default y
 	depends on CONFIG_GREP
 	help
-	  Enable match context in results.  This will display a number
-	  of lines preceding and/or trailing matches.
+	  Print the specified number of leading (-B) and/or trailing (-A)
+	  context surrounding our matching lines.
+	  Print the specified number of context lines (-C).
 
 config CONFIG_XARGS
 	bool "xargs"




More information about the busybox-cvs mailing list