aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/renice.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/renice.c')
-rw-r--r--toys/posix/renice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/renice.c b/toys/posix/renice.c
index 8c206447..489eb138 100644
--- a/toys/posix/renice.c
+++ b/toys/posix/renice.c
@@ -4,7 +4,7 @@
*
* See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/renice.html
-USE_RENICE(NEWTOY(renice, "<1gpun#|", TOYFLAG_BIN))
+USE_RENICE(NEWTOY(renice, "<1gpun#|", TOYFLAG_USR|TOYFLAG_BIN))
config RENICE
bool "renice"