]> diplodocus.org Git - nmh/commitdiff
Fixed typo in -help message.
authorDavid Levine <levinedl@acm.org>
Mon, 26 Sep 2016 18:33:55 +0000 (14:33 -0400)
committerDavid Levine <levinedl@acm.org>
Mon, 26 Sep 2016 18:33:55 +0000 (14:33 -0400)
sbr/print_help.c

index 6853caa26e228c97ce23b83d7791d9938437dcd0..10bffc3d7cf339f6a9ce7c977a72387a0b7661ac 100644 (file)
@@ -33,7 +33,7 @@ print_help (char *str, struct swit *swp, int print_context)
     /* and for further info */
     puts ("");
     print_intro (stdout, TRUE);
     /* and for further info */
     puts ("");
     print_intro (stdout, TRUE);
-    puts ("\nSee the BUGS section the nmh(7) man page for more information.");
+    puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
 }
 
 
 }