diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/nl.c (renamed from toys/pending/nl.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/nl.c b/toys/posix/nl.c index 2adac246..b462cddd 100644 --- a/toys/pending/nl.c +++ b/toys/posix/nl.c @@ -11,7 +11,7 @@ USE_NL(NEWTOY(nl, "v#<1=1l#b:n:s:w#<0=6E", TOYFLAG_BIN)) config NL bool "nl" - default n + default y help usage: nl [-E] [-l #] [-b MODE] [-n STYLE] [-s SEPARATOR] [-w WIDTH] [FILE...] |