]> andersk Git - splint.git/blobdiff - src/help.c
Fixed -help <mode> bug.
[splint.git] / src / help.c
index a1f5ed51462ceb2fa6cfd23c2eca5b6d6eba64e6..443f50c5f0158a5134ee9a68c96cf7afe6337951 100644 (file)
@@ -286,17 +286,15 @@ printMail (void)
   llmsglit ("");
   llmsglit ("There are two mailing lists associated with Splint: ");
   llmsglit ("");
-  llmsglit ("   lclint-announce@virginia.edu");
+  llmsglit ("   splint-announce@cs.virginia.edu");
   llmsglit ("");
   llmsglit ("      Reserved for announcements of new releases and bug fixes.");
-  llmsglit ("      To subscribe, send a message to majordomo@virginia.edu with body: ");
-  llmsglit ("           subscribe lclint-announce");
   llmsglit ("");
-  llmsglit ("   lclint-interest@virginia.edu");
+  llmsglit ("   splint-discuss@virginia.edu");
   llmsglit ("");
   llmsglit ("      Informal discussions on the use and development of Splint.");
-  llmsglit ("      To subscribe, send a message to majordomo@virginia.edu with body: ");
-  llmsglit ("           subscribe lclint-interest");
+  llmsglit ("");
+  llmsglit ("To subscribe or view archives, visit http://www.splint.org/lists.html");
 }
 
 static void
@@ -526,6 +524,10 @@ void help_processFlags (int argc, char **argv)
        {
          printMaintainer ();
        }
+      else if (flags_isModeName (thisarg)) 
+       {
+         llmsg (describeMode (thisarg));
+       }
       else if (mstring_equal (thisarg, "flags"))
        {
          if (i + 1 < argc)
This page took 0.717861 seconds and 4 git commands to generate.