aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-11-23 20:49:27 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-11-23 20:49:27 +0000
commit801aa5532f36514b1a73de034591c1e7ae324a05 (patch)
tree48de6b197a00e0548a0fd184864cd5e4efa2e66e /toys/Config.in
parentb938705155af45d3cc2cd6c8583e496795e79c0d (diff)
downloadtoybox-801aa5532f36514b1a73de034591c1e7ae324a05.tar.gz
Add tty applet
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index e387d245..0c3cb1e3 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -452,6 +452,14 @@ config TRUE
help
Return zero.
+config TTY
+ bool "tty"
+ default y
+ help
+ Print the filename of the terminal connected to standard input.
+
+ -s Don't print anything, only return an exit status.
+
config WHICH
bool "which"
default y