function apropos(substring, fileName) {
    if (arguments.length > 1) {
        write(getHelp(substring, true), fileName);
    } else if (arguments.length > 0) {
        write(getHelp(substring, true));