]> diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/subs/help.c
Removed --depth 1 from git clone invocation.
[nmh] / docs / historical / mh-nov-1983 / 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 }