From 7552dbb8121ca60acff2eff70f16df3b1cc4cec2 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Mon, 24 Mar 2008 21:36:29 -0400 Subject: [PATCH] Update copyright. Put -df in online usage blurb. --- COPYRIGHT | 2 +- src/init.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 38f513a5..ccc1cdfc 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,7 +3,7 @@ THE REMIND COPYRIGHT 1. REMIND refers to the entire set of files and documentation in the REMIND package. -2. REMIND is Copyright 1999-2007 Roaring Penguin Software Inc., +2. REMIND is Copyright 1999-2008 Roaring Penguin Software Inc., except where noted in individual files. 3. DISTRIBUTION AND USE diff --git a/src/init.c b/src/init.c index b8970756..22d3f18e 100644 --- a/src/init.c +++ b/src/init.c @@ -52,6 +52,7 @@ * -h = Hush mode * -f = Do not fork * -dchars = Debugging mode: Chars are: + * f = Trace file openings * e = Echo input lines * x = Display expression evaluation * t = Display trigger dates @@ -513,7 +514,7 @@ void InitRemind(int argc, char const *argv[]) void Usage(void) { fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "Copyright 1999-2007 Roaring Penguin Software Inc.\n"); + fprintf(ErrFp, "Copyright 1999-2008 Roaring Penguin Software Inc.\n"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif @@ -535,7 +536,7 @@ void Usage(void) fprintf(ErrFp, " -q Don't queue timed reminders\n"); fprintf(ErrFp, " -f Trigger timed reminders by staying in foreground\n"); fprintf(ErrFp, " -z[n] Enter daemon mode, waking every n (5) minutes.\n"); - fprintf(ErrFp, " -d... Debug: e=echo x=expr-eval t=trig v=dumpvars l=showline\n"); + fprintf(ErrFp, " -d... Debug: e=echo x=expr-eval t=trig v=dumpvars l=showline f=tracefiles\n"); fprintf(ErrFp, " -e Divert messages normally sent to stderr to stdout\n"); fprintf(ErrFp, " -b[n] Time format for cal: 0=am/pm, 1=24hr, 2=none\n"); fprintf(ErrFp, " -x[n] Iteration limit for SATISFY clause (def=150)\n");