X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b32b6efa41717ceab51ae52fbc600761463fae1b..1dd139e04f59bbfa3a310c2776c4bb2e2fdf1fdd:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 5374b6b9..37834ae1 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -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); /*