You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/10/19 16:01:49 UTC

svn commit: r1812648 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java

Author: sebb
Date: Thu Oct 19 16:01:49 2017
New Revision: 1812648

URL: http://svn.apache.org/viewvc?rev=1812648&view=rev
Log:
Fix help message

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java?rev=1812648&r1=1812647&r2=1812648&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java Thu Oct 19 16:01:49 2017
@@ -54,7 +54,7 @@ public final class SMTPMail
 
         if (args.length < 1)
         {
-            System.err.println("Usage: mail smtpserver");
+            System.err.println("Usage: SMTPMail <smtpserver>");
             System.exit(1);
         }