<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,8 @@
 #include &quot;reentrance.h&quot;
 #include &quot;droid_server.h&quot;
 
+const char global_application_name[] = &quot;droid_server&quot;;
+
 /** Uses to revoke dead children */
 struct revoking_queue global_revoking_queue =
     LIST_HEAD_INITIALIZER(global_revoking_queue);
@@ -641,16 +643,16 @@ help_message()
 {
     printf
     (
-    &quot;dispatcher: [OPTIONS] PROG\n&quot;
-    &quot;Dispatches orders from SERVER to PROGs' stdin\n&quot;
+    &quot;%s: [OPTIONS] droid\n&quot;
+    &quot;Send IRC messages to specified droid program\n&quot;
     &quot;OPTIONS:\n&quot;
-    &quot;    -h|--help                Help messages\n&quot;
-    &quot;    -s|--server SERVER       Name of the SERVER\n&quot;
-    &quot;    -p|--port PORT           Port of the SERVER\n&quot;
-    &quot;    -n|--num NUM             Number of concurrently running PROGs\n&quot;
+    &quot;    -h|--help                This messages\n&quot;
+    &quot;    -s|--server SERVER       IRC server address\n&quot;
+    &quot;    -p|--port PORT           IRC server port\n&quot;
+    &quot;    -n|--num NUM             Number of concurrently running droid\n&quot;
     &quot;\n&quot;
     &quot;Report bugs to jianingy.yang@gmail.com\n&quot;
-    );
+    , global_application_name);
 }
 
 int main(int argc, char *argv[])</diff>
      <filename>droid_server/droid_server.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>858e1cfba78259445d9c057aabddd064ba1eb708</id>
    </parent>
  </parents>
  <author>
    <name>Jianing Yang</name>
    <email>jianingy.yang@gmail.com</email>
  </author>
  <url>http://github.com/jianingy/idroid/commit/4f3f342dfd013c0adfc8f8ef30366e4058e83fbe</url>
  <id>4f3f342dfd013c0adfc8f8ef30366e4058e83fbe</id>
  <committed-date>2009-10-22T19:48:09-07:00</committed-date>
  <authored-date>2009-10-22T19:48:09-07:00</authored-date>
  <message>change some help message</message>
  <tree>b7ea402d13ba48feb740128e8f1575d427aa9752</tree>
  <committer>
    <name>Jianing Yang</name>
    <email>jianingy.yang@gmail.com</email>
  </committer>
</commit>
