Revision: 5457
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5457&view=rev
Author:   dotzball
Date:     2011-02-17 08:37:00 +0000 (Thu, 17 Feb 2011)

Log Message:
-----------
Some visual fixes.

Modified Paths:
--------------
    ipcop/trunk/src/misc-progs/emailhelper.c

Modified: ipcop/trunk/src/misc-progs/emailhelper.c
===================================================================
--- ipcop/trunk/src/misc-progs/emailhelper.c    2011-02-17 08:22:04 UTC (rev 
5456)
+++ ipcop/trunk/src/misc-progs/emailhelper.c    2011-02-17 08:37:00 UTC (rev 
5457)
@@ -43,7 +43,7 @@
 #define EMAIL_ERR_TO      7           // invalid to email
 #define EMAIL_ERR_SUBJECT      8           // invalid subject
 #define EMAIL_ERR_MESSAGE      9           // invalid messagefile
-#define EMAIL_ERR_ATTACH      10           // invalid attachement
+#define EMAIL_ERR_ATTACH      10           // invalid attachment
 #define EMAIL_ERR_HOSTNAME      11           // invalid hostname
 #define EMAIL_ERR_DOMAINNAME      12           // invalid domainname
 #define EMAIL_ERR_SENDEMAIL      13           // error in sendEmail
@@ -63,10 +63,10 @@
     printf("Options:\n");
     printf(" -s, --subject=SUBJECT     Email subject\n");
     printf(" -m, --messagefile=FILE    File with the email text as content\n");
-    printf(" -d, --delete                      Delete messagefile when email 
was send\n");
+    printf(" -d, --delete              Delete messagefile when email was 
send\n");
     printf(" -a, --attachment=FILE     File which will be attached to 
email\n");
-    printf("  -v, --verbose                   be verbose\n");
-    printf("      --help                         display this help and 
exit\n");
+    printf("  -v, --verbose            be verbose\n");
+    printf("      --help               display this help and exit\n");
     exit(exit_code);
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to