/* print_help.h -- print a help message, and possibly the * -- profile/context entries for this command * * This code is Copyright (c) 2017, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ void print_help(char *, struct swit *, int); void print_intro(FILE *, bool);