diff options
Diffstat (limited to 'toys')
-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...] |