aboutsummaryrefslogtreecommitdiff
path: root/toys/other/openvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/openvt.c')
-rw-r--r--toys/other/openvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/openvt.c b/toys/other/openvt.c
index 8210587d..66d8a360 100644
--- a/toys/other/openvt.c
+++ b/toys/other/openvt.c
@@ -6,7 +6,7 @@
* No Standard
USE_OPENVT(NEWTOY(openvt, "^<1c#<1>63sw", TOYFLAG_BIN|TOYFLAG_NEEDROOT))
-USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_BIN))
+USE_CHVT(NEWTOY(chvt, "<1>1", TOYFLAG_USR|TOYFLAG_BIN))
USE_DEALLOCVT(NEWTOY(deallocvt, ">1", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_NEEDROOT))
config OPENVT