diff options
-rw-r--r-- | toys/pending/chrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/chrt.c b/toys/pending/chrt.c index 0c25f484..d2b73a42 100644 --- a/toys/pending/chrt.c +++ b/toys/pending/chrt.c @@ -6,7 +6,7 @@ USE_CHRT(NEWTOY(chrt, "mp#bfiorR[!bfior]", TOYFLAG_USR|TOYFLAG_SBIN)) config CHRT bool "chrt" - default y + default n help usage: chrt [-m] [-p PID] [POLICY PRIO] [COMMAND [ARGS...]] |