]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
Escape literal leading full stop in man/new.man.
[nmh] / sbr / print_help.c
index 5374b6b9e32daa0ba737475a17404fdeca5b2073..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);
 
     /*