diff options
author | Rob Landley <rob@landley.net> | 2007-01-18 22:01:04 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-18 22:01:04 -0500 |
commit | e790130c2141257c7d230c09934fac119d750f44 (patch) | |
tree | 02fa2ec7a29cd2108fc083a5a54e278692c18baf /toys/Config.in | |
parent | 5aab966edd2479e8a933bd02aba2fc33641b9832 (diff) | |
download | toybox-e790130c2141257c7d230c09934fac119d750f44.tar.gz |
Add count command.
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index 51b29fa0..570ad4cc 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -21,6 +21,14 @@ config CATV -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 |