aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-11 08:11:38 -0500
committerRob Landley <rob@landley.net>2014-06-11 08:11:38 -0500
commitff2bc8551c697a909118f580b26b6cb1e0e47f61 (patch)
treed0e66c563345d5852fe6adf6c2d87e8ec75e9adf
parent11c3924f8c29a36a80233326937ad21f504ae658 (diff)
downloadtoybox-ff2bc8551c697a909118f580b26b6cb1e0e47f61.tar.gz
Promote strings.
-rw-r--r--toys/posix/strings.c (renamed from toys/pending/strings.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/strings.c b/toys/posix/strings.c
index a1104e5e..a872cf6a 100644
--- a/toys/pending/strings.c
+++ b/toys/posix/strings.c
@@ -11,7 +11,7 @@ USE_STRINGS(NEWTOY(strings, "an#=4<1fo", TOYFLAG_USR|TOYFLAG_BIN))
config STRINGS
bool "strings"
- default n
+ default y
help
usage: strings [-fo] [-n LEN] [FILE...]