-
-/*
- * 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
printf ("Usage: %s\n", str);
/* print all the switches */
- printf (" switches are:\n");
+ puts(" switches are:");
print_sw (ALL, swp, "-", stdout);
/*