From 0509b1fcefb83e9358a4f06932f5a1e36e8f676a Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 4 Jul 2001 17:29:30 +0000 Subject: [PATCH] updated help message : option -c --- fcrontab.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fcrontab.c b/fcrontab.c index 907fbc2..a6c894f 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.c,v 1.40 2001-07-04 16:15:36 thib Exp $ */ + /* $Id: fcrontab.c,v 1.41 2001-07-04 17:29:30 thib Exp $ */ /* * The goal of this program is simple : giving a user interface to fcron @@ -42,7 +42,7 @@ #include "fcrontab.h" -char rcs_info[] = "$Id: fcrontab.c,v 1.40 2001-07-04 16:15:36 thib Exp $"; +char rcs_info[] = "$Id: fcrontab.c,v 1.41 2001-07-04 17:29:30 thib Exp $"; void info(void); void usage(void); @@ -118,6 +118,7 @@ usage(void) " -e edit user's current fcrontab.\n" " -z reinstall user's fcrontab from source code.\n" " -n ignore previous version of file.\n" + " -c make fcrontab use config file f.\n" " -d set up debug mode.\n" " -h display this help message.\n" "\n" -- 2.40.0