]> diplodocus.org Git - nmh/blobdiff - uip/send.c
README.manpages: Add `Common errors and subjective conventions'.
[nmh] / uip / send.c
index da7532a7160f64193c6bf7754335953b5346e520..de94af2dc9b046f0aa35d9e10c0ec1ca56370d15 100644 (file)
@@ -302,14 +302,14 @@ main (int argc, char **argv)
                    continue;
                
                case ATTACHSW:
-                   advise(NULL, "The -attach switch is deprecated");
+                   inform("The -attach switch is deprecated");
                    continue;
                case NOATTACHSW:
-                   advise(NULL, "The -noattach switch is deprecated");
+                   inform("The -noattach switch is deprecated");
                    continue;
 
                case ATTACHFORMATSW:
-                   advise(NULL, "The -attachformat switch is deprecated");
+                   inform("The -attachformat switch is deprecated");
                    continue;
            }
        } else {
@@ -347,7 +347,7 @@ main (int argc, char **argv)
                        showfile (++argp, msgs[0]);
                        break;
                    default:
-                       advise (NULL, "say what?");
+                       inform("say what?");
                        break;
                }
            }