diff options
author | Rob Landley <rob@landley.net> | 2015-01-11 10:17:58 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-01-11 10:17:58 -0600 |
commit | d3d633ff13187c34c3a04ce20b9ffcfb85c2c383 (patch) | |
tree | de3f9bd6e5655100ac0d8a8aaafa834d2b834fec | |
parent | d0dead30a53c0353fd1c31aa5183fdcc2b30491b (diff) | |
download | toybox-d3d633ff13187c34c3a04ce20b9ffcfb85c2c383.tar.gz |
Promote printf.
-rw-r--r-- | toys/posix/printf.c (renamed from toys/pending/printf.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/printf.c b/toys/posix/printf.c index c9afc9b2..5fec4f96 100644 --- a/toys/pending/printf.c +++ b/toys/posix/printf.c @@ -11,7 +11,7 @@ USE_PRINTF(NEWTOY(printf, "<1", TOYFLAG_USR|TOYFLAG_BIN)) config PRINTF bool "printf" - default n + default y help usage: printf FORMAT [ARGUMENT...] |