/[emacs]/emacs/lib-src/etags.c
ViewVC logotype

Diff of /emacs/lib-src/etags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.34 by pot, Tue May 27 20:13:22 2003 UTC revision 3.35 by lektu, Mon Jul 28 22:09:47 2003 UTC
# Line 6484  pfatal (s1) Line 6484  pfatal (s1)
6484  static void  static void
6485  suggest_asking_for_help ()  suggest_asking_for_help ()
6486  {  {
6487    fprintf (stderr, "\tTry `%s %s' for a complete list of options.\n",  
            progname,  
6488  #ifdef LONG_OPTIONS  #ifdef LONG_OPTIONS
6489             "--help"  fprintf (stderr, "\tTry `%s %s' for a complete list of options.\n",
6490             progname, "--help");
6491  #else  #else
6492             "-h"  fprintf (stderr, "\tTry `%s %s' for a complete list of options.\n",
6493             progname, "-h");
6494  #endif  #endif
            );  
6495    exit (BAD);    exit (BAD);
6496  }  }
6497    

Legend:
Removed from v.3.34  
changed lines
  Added in v.3.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26