diff options
author | Rob Landley <rob@landley.net> | 2018-09-29 11:39:10 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-09-29 11:39:10 -0500 |
commit | d40e21cebdc752b8ee746d0008a599c00aa54e97 (patch) | |
tree | 7253ac8917d15537142d42676a742a371e74d678 | |
parent | e221153728e20f865816b41755065538665dc4cf (diff) | |
download | toybox-d40e21cebdc752b8ee746d0008a599c00aa54e97.tar.gz |
Command not in pending or example should probably default y.
-rw-r--r-- | toys/other/ascii.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |