diff options
author | Elliott Hughes <enh@google.com> | 2018-01-22 13:53:11 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-03-18 19:56:37 -0500 |
commit | 19a042b71f357ef2dbfa8002bc9c44d634f86af8 (patch) | |
tree | 4f12c8984e8e4acf731e1f8dcc5b963327e1a6c0 /toys/pending/fmt.c | |
parent | 24618ae6f03ef5554bd244fff7be9f19275735b3 (diff) | |
download | toybox-19a042b71f357ef2dbfa8002bc9c44d634f86af8.tar.gz |
Un-default fmt(1) while it's in pending.
Diffstat (limited to 'toys/pending/fmt.c')
-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...] |