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 {
showfile (++argp, msgs[0]);
break;
default:
- advise (NULL, "say what?");
+ inform("say what?");
break;
}
}