diff options
Diffstat (limited to 'toys/pending/crontab.c')
-rw-r--r-- | toys/pending/crontab.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/crontab.c b/toys/pending/crontab.c index 67c8a543..80a881d7 100644 --- a/toys/pending/crontab.c +++ b/toys/pending/crontab.c @@ -9,6 +9,7 @@ USE_CRONTAB(NEWTOY(crontab, "c:u:elr[!elr]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_STA config CRONTAB bool "crontab" default n + depends on TOYBOX_FORK help usage: crontab [-u user] FILE [-u user] [-e | -l | -r] |