diff options
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 |