* docs/MAIL.FILTERING: added note on removing procmail -f or
[mmh] / sbr / ambigsw.c
index 53c8da1..42796b3 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);
 }