diff toys/Config.in @ 66:d2c7f1cbd7d2

Add count command.
author Rob Landley <rob@landley.net>
date Thu, 18 Jan 2007 22:01:04 -0500
parents 691bbc9f7b1b
children a1b464bbef08
line wrap: on
line diff
--- a/toys/Config.in	Thu Jan 18 22:00:46 2007 -0500
+++ b/toys/Config.in	Thu Jan 18 22:01:04 2007 -0500
@@ -21,6 +21,14 @@
 	  -t	Show tabs as ^I
 	  -v	Don't use ^x or M-x escapes.
 
+config COUNT
+	bool "count"
+	default n
+	help
+	  usage: count
+
+	  Copy stdin to stdout, displaying simple progress indicator to stderr.
+
 config DF
 	bool "df (disk free)"
 	default n