diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/fmt.c (renamed from toys/pending/fmt.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/fmt.c b/toys/other/fmt.c index a3d30f02..764fe2b7 100644 --- a/toys/pending/fmt.c +++ b/toys/other/fmt.c @@ -13,7 +13,7 @@ USE_FMT(NEWTOY(fmt, "w#<0=75", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE)) config FMT bool "fmt" - default n + default y help usage: fmt [-w WIDTH] [FILE...] |