diff options
author | Rob Landley <rob@landley.net> | 2018-06-21 01:05:38 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-06-21 01:05:38 -0500 |
commit | c5ddfba4809e5f3aa9425cfc42c288407bdebc08 (patch) | |
tree | 156c213f15d2f4804e1721888126da104f0838bb /toys | |
parent | f8c93b1ec6f9c8356e5c368cbf9963ce0900b35d (diff) | |
download | toybox-c5ddfba4809e5f3aa9425cfc42c288407bdebc08.tar.gz |
Promote fmt to other
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...] |