printf ("Usage: %s\n", str);
/* print all the switches */
- printf (" switches are:\n");
+ puts(" switches are:");
print_sw (ALL, swp, "-", stdout);
/*
}
/* and for further info */
- puts ("");
+ putchar('\n');
print_intro (stdout, TRUE);
puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
}