aboutsummaryrefslogtreecommitdiff
path: root/toys/other/chrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/chrt.c')
-rw-r--r--toys/other/chrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/chrt.c b/toys/other/chrt.c
index 618de84d..6732a711 100644
--- a/toys/other/chrt.c
+++ b/toys/other/chrt.c
@@ -4,7 +4,7 @@
*
* Note: -ibrfo flags sorted to match SCHED positions for highest_bit()
-USE_CHRT(NEWTOY(chrt, "^mp#<0iRbrfo[!ibrfo]", TOYFLAG_USR|TOYFLAG_SBIN))
+USE_CHRT(NEWTOY(chrt, "^mp#<0iRbrfo[!ibrfo]", TOYFLAG_USR|TOYFLAG_BIN))
config CHRT
bool "chrt"