X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3956385cc6e2101f354c1378ae3bc654eaecec0a..9322ba2854211794c27fae9468768b80b767c211:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 5374b6b9..25082400 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -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); /*