diff options
Diffstat (limited to 'toys/pending/openvt.c')
-rw-r--r-- | toys/pending/openvt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/openvt.c b/toys/pending/openvt.c index 0eb0c25a..042b897c 100644 --- a/toys/pending/openvt.c +++ b/toys/pending/openvt.c @@ -10,6 +10,7 @@ USE_DEALLOCVT(NEWTOY(deallocvt, ">1", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_NEEDROOT)) config OPENVT bool "openvt" default n + depends on TOYBOX_FORK help usage: openvt [-c N] [-sw] [command [command_options]] |