aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-06-21 01:05:38 -0500
committerRob Landley <rob@landley.net>2018-06-21 01:05:38 -0500
commitc5ddfba4809e5f3aa9425cfc42c288407bdebc08 (patch)
tree156c213f15d2f4804e1721888126da104f0838bb
parentf8c93b1ec6f9c8356e5c368cbf9963ce0900b35d (diff)
downloadtoybox-c5ddfba4809e5f3aa9425cfc42c288407bdebc08.tar.gz
Promote fmt to other
-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...]