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