]> diplodocus.org Git - nmh/blob - docs/historical/2.9BSD/subs/help.c
Added start_test/finish_test to a bunch of tests.
[nmh] / docs / historical / 2.9BSD / subs / help.c
1 #include "mh.h"
2
3 help(str, swp)
4 char *str;
5 {
6 printf("syntax: %s\n", str);
7 printf(" switches are:\n");
8 printsw(ALL, swp, "-");
9 }