diff options
Diffstat (limited to 'toys/pending/fold.c')
-rw-r--r-- | toys/pending/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/fold.c b/toys/pending/fold.c index 80bb2413..0face64d 100644 --- a/toys/pending/fold.c +++ b/toys/pending/fold.c @@ -4,7 +4,7 @@ * * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/fold.html -USE_FOLD(NEWTOY(fold, "bsuw#", TOYFLAG_USR|TOYFLAG_BIN)) +USE_FOLD(NEWTOY(fold, "bsuw#<1", TOYFLAG_USR|TOYFLAG_BIN)) config FOLD bool "fold" |