Skip to content

Commit d08c40e

Browse files
committed
Fix help message
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/trunk@1812648 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6ee7b53 commit d08c40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/net/examples/mail/SMTPMail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void main(String[] args)
5454

5555
if (args.length < 1)
5656
{
57-
System.err.println("Usage: mail smtpserver");
57+
System.err.println("Usage: SMTPMail <smtpserver>");
5858
System.exit(1);
5959
}
6060

0 commit comments

Comments
 (0)