X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/076e0cfe3b473104b2957e4164714a594d439b7a..5fa3d9aa99f952d8ca032f94f9c47b739e2ef7e7:/uip/mkstemp.c diff --git a/uip/mkstemp.c b/uip/mkstemp.c index f4215c08..ac34c752 100644 --- a/uip/mkstemp.c +++ b/uip/mkstemp.c @@ -1,5 +1,4 @@ -/* - * mkstemp.c -- create a temporary file +/* mkstemp.c -- create a temporary file * * This code is Copyright (c) 2014 by the authors of nmh. * See the COPYRIGHT file in the root directory of the nmh @@ -164,7 +163,7 @@ process_args(int argc, char **argv, const char **directory, ambigsw(cp, switches); done(NOTOK); case UNKWNSW: - advise (NULL, "-%s unknown", cp); + inform("-%s unknown", cp); (void) snprintf(buf, sizeof buf, "%s [switches]", invo_name); print_help(buf, switches, 1); done(NOTOK);