Lines Matching full:help
36 // information and then exit. --help and --version are the canonical
46 // been defined, if any -- the "help" part of the function name is a
67 DEFINE_bool(help, false,
68 "show help on all flags [tip: all flags can have two dashes]");
70 "show help on all flags -- same as -help");
72 "show help on only the main module for this program");
74 "show help on the modules named by this flag value");
76 "show help on modules whose name contains the specified substr");
78 "show help on all modules in the main package");
80 "produce an xml version of help");
169 // Note that we are assuming this code is being executed because a help
172 // for the flag was parsed from the command line before "--help".
226 // to stdout in a user-readable format (that's what --help uses).
263 // Show help for every filename which matches any of the target substrings.
264 // If substrings is empty, shows help for every file. If a flag's help message
267 // '--help' and its variants.
300 fprintf(stdout, "\n No modules matched: use -help\n");
316 // Convert the help, program, and usage to xml.
401 // Shows help for all files in the same directory as main(). We
436 // Unlike help, we may be asking for version in a script, so return 0