]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
Replace strlen("foo") with LEN("foo").
[nmh] / sbr / print_help.c
index 5374b6b9e32daa0ba737475a17404fdeca5b2073..37834ae18fca40c19ae623b5a81763e12563c1ad 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * print_help.c -- print a help message, and possibly the
+/* print_help.c -- print a help message, and possibly the
  *              -- profile/context entries for this command
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
@@ -20,7 +18,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);
 
     /*