From: helge Date: Thu, 7 Jul 2005 11:19:59 +0000 (+0000) Subject: more fix to usage X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41bc61ea525e763e928740ede31b96983f121e21;p=scalable-opengroupware.org more fix to usage git-svn-id: http://svn.opengroupware.org/SOGo/trunk@683 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/SOGo/agenor_email2uid.m b/SOGo/SoObjects/SOGo/agenor_email2uid.m index 056fda79..a6043313 100644 --- a/SOGo/SoObjects/SOGo/agenor_email2uid.m +++ b/SOGo/SoObjects/SOGo/agenor_email2uid.m @@ -23,7 +23,7 @@ #include "common.h" static void usage(NSArray *args) { - fprintf(stderr, "usage: %s \n", + fprintf(stderr, "usage: %s \n", [[args objectAtIndex:0] cString]); }