emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Mon, 28 Jul 2003 18:09:47 -0400

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.34 emacs/lib-src/etags.c:3.35
*** emacs/lib-src/etags.c:3.34  Tue May 27 16:13:22 2003
--- emacs/lib-src/etags.c       Mon Jul 28 18:09:47 2003
***************
*** 6484,6497 ****
  static void
  suggest_asking_for_help ()
  {
!   fprintf (stderr, "\tTry `%s %s' for a complete list of options.\n",
!          progname,
  #ifdef LONG_OPTIONS
!          "--help"
  #else
!          "-h"
  #endif
-          );
    exit (BAD);
  }
  
--- 6484,6497 ----
  static void
  suggest_asking_for_help ()
  {
! 
  #ifdef LONG_OPTIONS
! fprintf (stderr, "\tTry `%s %s' for a complete list of options.\n",
!        progname, "--help");
  #else
! fprintf (stderr, "\tTry `%s %s' for a complete list of options.\n",
!        progname, "-h");
  #endif
    exit (BAD);
  }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]