Home | History | Annotate | Download | only in build-aux

Lines Matching full:help

3 # Generate a short man page from --help and --version output.
43 `$this_program' generates a man page out of `--help' and `--version' output.
56 --help print this help, then exit
59 EXECUTABLE should accept `--help' and `--version' options although
62 -h, --help-option=STRING help option string
71 my $help_option = '--help';
85 'h|help-option=s' => \$help_option,
92 help => sub { print $help_info; exit },
191 # Grab help and version info from executable.