diff options
-rw-r--r-- | toys/pending/fmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/fmt.c b/toys/pending/fmt.c index 618642a2..4b001f3f 100644 --- a/toys/pending/fmt.c +++ b/toys/pending/fmt.c @@ -10,7 +10,7 @@ USE_FMT(NEWTOY(fmt, "w#", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE)) config FMT bool "fmt" - default y + default n help usage: fmt [-w WIDTH] [FILE...] |