aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-25 16:06:55 -0500
committerRob Landley <rob@landley.net>2006-11-25 16:06:55 -0500
commit1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb (patch)
treefe416d95c8f7cecadcd4ff89dce24856c58c546c /toys/Config.in
parentb23d230ad55e028a4516e0cd60b7ecdc25504e4b (diff)
downloadtoybox-1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb.tar.gz
Add cat -v.
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 59271ddb..3828ab50 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -1,5 +1,18 @@
menu "Toys"
+config CATV
+ bool "catv"
+ default n
+ help
+ usage: catv [-evt] [filename...]
+
+ Display nonprinting characters as escape sequences. Use M-x for
+ high ascii characters (>127), and ^x for other nonprinting chars.
+
+ -e Mark each newline with $
+ -t Show tabs as ^I
+ -v Don't use ^x or M-x escapes.
+
config DF
bool "df (disk free)"
default n