diff options
Diffstat (limited to 'toys/other/chvt.c')
-rw-r--r-- | toys/other/chvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/chvt.c b/toys/other/chvt.c index 65442657..a93327fb 100644 --- a/toys/other/chvt.c +++ b/toys/other/chvt.c @@ -2,7 +2,7 @@ * * Copyright (C) 2008 David Anders <danders@amltd.com> -USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_SBIN)) +USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_BIN)) config CHVT bool "chvt" |