]> diplodocus.org Git - nmh/blob - sbr/ambigsw.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / 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 }