aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/crontab.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/crontab.c')
-rw-r--r--toys/pending/crontab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/crontab.c b/toys/pending/crontab.c
index 6c1c65a2..575398f2 100644
--- a/toys/pending/crontab.c
+++ b/toys/pending/crontab.c
@@ -349,7 +349,7 @@ void crontab_main(void)
if (!toys.optc) {
if (!FLAG_elr) {
- if (toys.optflags & FLAG_u)
+ if (toys.optflags & FLAG_u)
help_exit("file name must be specified for replace");
do_replace(pwd->pw_name);
}