]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / sbr / print_help.c
index 813a1cb288d7ffd75fb1f3ec12e543dedbbb1548..250824004250fd8dee92546e5665be46be3a8ed8 100644 (file)
@@ -20,7 +20,7 @@ print_help (char *str, struct swit *swp, int print_context)
     printf ("Usage: %s\n", str);
 
     /* print all the switches */
-    printf ("  switches are:\n");
+    puts("  switches are:");
     print_sw (ALL, swp, "-", stdout);
 
     /*
@@ -31,7 +31,7 @@ print_help (char *str, struct swit *swp, int print_context)
     }
 
     /* and for further info */
-    puts ("");
+    putchar('\n');
     print_intro (stdout, TRUE);
     puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
 }