]> err.no Git - scalable-opengroupware.org/commitdiff
more fix to usage
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 7 Jul 2005 11:19:59 +0000 (11:19 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 7 Jul 2005 11:19:59 +0000 (11:19 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@683 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/SOGo/agenor_email2uid.m

index 056fda7900ef2f042428b5134716b01c2431a183..a6043313efb28dfa24b030af21079a383ebdbcc4 100644 (file)
@@ -23,7 +23,7 @@
 #include "common.h"
 
 static void usage(NSArray *args) {
-  fprintf(stderr, "usage: %s <uid1> <uid2> <uid3>\n",
+  fprintf(stderr, "usage: %s <email1> <email2> <email3>\n",
          [[args objectAtIndex:0] cString]);
 }