48b7328ee8110f671cab31838c3bc20af2da5812
[mmh] / sbr / ambigsw.c
1
2 /*
3  * ambigsw.c -- report an ambiguous switch
4  *
5  * $Id$
6  */
7
8 #include <h/mh.h>
9
10
11 void
12 ambigsw (char *arg, struct swit *swp)
13 {
14     advise (NULL, "-%s ambiguous.  It matches", arg);
15     print_sw (arg, swp, "-");
16 }