]> diplodocus.org Git - nmh/blobdiff - uip/install-mh.c
Don't set c_reqencoding in repl, let mhbuild set it based on
[nmh] / uip / install-mh.c
index 627c48e2d603eaa5207e6e9820252f01e8f5603a..b32711596aac438d1ce4f267e65e60e74fc33ca5 100644 (file)
@@ -219,6 +219,10 @@ query:
            fprintf (out, "%s: %s\n", np->n_name, np->n_field);
     }
     fclose (out);
+
+    puts ("\nPlease see the nmh(7) man page for an introduction to nmh.\n");
+    print_intro (stdout, FALSE);
+
     done (0);
     return 1;
 }