aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-20 23:41:49 -0500
committerRob Landley <rob@landley.net>2007-01-20 23:41:49 -0500
commitb882f1e237a68c3d1074cbf63bda0207afb989b9 (patch)
tree92333d17d627b4d2d1a83f7fa2d8a410ce823ba7 /toys/Config.in
parenta4f79880620862949fabea684fe010f6e3cedb19 (diff)
downloadtoybox-b882f1e237a68c3d1074cbf63bda0207afb989b9.tar.gz
Add "yes" command.
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 438785cd..64fa2a28 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -300,5 +300,13 @@ config WHICH
-a Show all matches
+config YES
+ bool "yes"
+ default n
+ help
+ usage: yes [args...]
+
+ Repeatedly output line until killed. If no args, output 'y'.
+
endmenu