From d40e21cebdc752b8ee746d0008a599c00aa54e97 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 29 Sep 2018 11:39:10 -0500 Subject: Command not in pending or example should probably default y. --- toys/other/ascii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other') diff --git a/toys/other/ascii.c b/toys/other/ascii.c index 6689191c..42f73260 100644 --- a/toys/other/ascii.c +++ b/toys/other/ascii.c @@ -9,7 +9,7 @@ USE_ASCII(NEWTOY(ascii, 0, TOYFLAG_USR|TOYFLAG_BIN)) config ASCII bool "ascii" - default n + default y help usage: ascii -- cgit v1.2.3