]> diplodocus.org Git - nmh/blob - docs/historical/2.9BSD/subs/help.c
Patch for mhical to support "BYDAY=-1SU"-type RRULEs.
[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 }