diff options
Diffstat (limited to 'toys/posix/cut.c')
-rw-r--r-- | toys/posix/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/cut.c b/toys/posix/cut.c index 25f25a8d..ca014aea 100644 --- a/toys/posix/cut.c +++ b/toys/posix/cut.c @@ -5,7 +5,7 @@ * * http://pubs.opengroup.org/onlinepubs/9699919799/utilities/cut.html -USE_CUT(NEWTOY(cut, "b:|c:|f:|d:sn[!cbf]", TOYFLAG_BIN)) +USE_CUT(NEWTOY(cut, "b:|c:|f:|d:sn[!cbf]", TOYFLAG_USR|TOYFLAG_BIN)) config CUT bool "cut" |