diff options
Diffstat (limited to 'src/boxes')
-rw-r--r-- | src/boxes/boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boxes/boxes.c b/src/boxes/boxes.c index fb5367a..25fc880 100644 --- a/src/boxes/boxes.c +++ b/src/boxes/boxes.c | |||
@@ -14,7 +14,7 @@ USE_BOXES(NEWTOY(boxes, "w#h#m(mode):a(stickchars)1", TOYFLAG_USR|TOYFLAG_BIN)) | |||
14 | 14 | ||
15 | config BOXES | 15 | config BOXES |
16 | bool "boxes" | 16 | bool "boxes" |
17 | default n | 17 | default y |
18 | help | 18 | help |
19 | usage: boxes [-m|--mode mode] [-a|--stickchars] [-w width] [-h height] | 19 | usage: boxes [-m|--mode mode] [-a|--stickchars] [-w width] [-h height] |
20 | 20 | ||