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/movemail.c


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

Index: emacs/lib-src/movemail.c
diff -c emacs/lib-src/movemail.c:1.77 emacs/lib-src/movemail.c:1.78
*** emacs/lib-src/movemail.c:1.77       Tue May 20 12:34:35 2003
--- emacs/lib-src/movemail.c    Mon Jul 28 18:10:30 2003
***************
*** 228,240 ****
  #endif
        )
      {
-       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n",
  #ifdef MAIL_USE_POP
!              " [POP-password]"
  #else
!              ""
  #endif
-              );
        exit (1);
      }
  
--- 228,239 ----
  #endif
        )
      {
  #ifdef MAIL_USE_POP
!       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n",
!              " [POP-password]");
  #else
!       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n", "");
  #endif
        exit (1);
      }
  




reply via email to

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