]> diplodocus.org Git - nmh/blobdiff - uip/mkstemp.c
sbr/vector.c: Remove `vec' argument from BVEC_OFFSET(), etc.
[nmh] / uip / mkstemp.c
index f4215c0804526e864c4c84b91febf6923d4817a4..ac34c752190fcdd29f1bbd44b7e6bfc4b36f1fdc 100644 (file)
@@ -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);