changed version message
authorthib <thib>
Sat, 7 Jul 2001 17:33:19 +0000 (17:33 +0000)
committerthib <thib>
Sat, 7 Jul 2001 17:33:19 +0000 (17:33 +0000)
convert-fcrontab.c

index 1158f562afb4a1d4d7aaa5e6e30b570f4b34b099..20e78ed41e77f235a4a94bcc021d496d1a1c704f 100644 (file)
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: convert-fcrontab.c,v 1.5 2001-06-22 21:09:58 thib Exp $ */
+ /* $Id: convert-fcrontab.c,v 1.6 2001-07-07 17:33:19 thib Exp $ */
 
 
 #include "convert-fcrontab.h"
 
-char rcs_info[] = "$Id: convert-fcrontab.c,v 1.5 2001-06-22 21:09:58 thib Exp $";
+char rcs_info[] = "$Id: convert-fcrontab.c,v 1.6 2001-07-07 17:33:19 thib Exp $";
 
 void info(void);
 void usage(void);
@@ -52,7 +52,7 @@ info(void)
      * version, license */
 {
     fprintf(stderr,
-           "convert-fcrontab "VERSION_QUOTED " - periodic command scheduler\n"
+           "convert-fcrontab "VERSION_QUOTED "\n"
            "Copyright 2000-2001 Thibault Godouet <fcron@free.fr>\n"
            "This program is free software distributed WITHOUT ANY WARRANTY.\n"
             "See the GNU General Public License for more details.\n"