]> diplodocus.org Git - nmh/blobdiff - sbr/ambigsw.c
Change configure.in to emit a warning when an argument is given to
[nmh] / sbr / ambigsw.c
index 53c8da1a976f7ec1981ec84619dfc67199a16111..42796b34ca576e8eedc01032682b3658fa328482 100644 (file)
@@ -16,5 +16,5 @@ void
 ambigsw (char *arg, struct swit *swp)
 {
     advise (NULL, "-%s ambiguous.  It matches", arg);
-    print_sw (arg, swp, "-");
+    print_sw (arg, swp, "-", stderr);
 }