X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3956385cc6e2101f354c1378ae3bc654eaecec0a..27df20759b4af4267ece906d26d1e9dbbf5e596f:/sbr/print_help.c?ds=inline 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); /*