From: David Levine Date: Mon, 26 Sep 2016 18:33:55 +0000 (-0400) Subject: Fixed typo in -help message. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f19250c0b7739e928eb9e869ef04ea9fb61488c7?hp=880ff2a4f8f33fede426b21858dda31b58ffd27a Fixed typo in -help message. --- diff --git a/sbr/print_help.c b/sbr/print_help.c index 6853caa2..10bffc3d 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -33,7 +33,7 @@ print_help (char *str, struct swit *swp, int print_context) /* 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."); }