Searched refs:show_help (Results 1 – 5 of 5) sorted by relevance
38 my $show_help = 0;47 "help|?" => \$show_help) or pod2usage( -exitval => 2,50 -verbose => 3 ) if $show_help or !$def_name or !$vs_name;
143 show_help(const std::string &msg) { in show_help() function153 show_help("Expected [relpos] for a, b, or i modifier"); in getRelPos()160 show_help("Expected options"); in getOptions()168 show_help("An archive name must be specified"); in getArchive()258 show_help("The s operation takes only an archive as argument"); in parseCommandLine()264 show_help("You must specify at least one of the operations"); in parseCommandLine()266 show_help("Only one operation may be specified"); in parseCommandLine()268 show_help("You may only specify one of a, b, and i modifiers"); in parseCommandLine()271 show_help("The 'a', 'b' and 'i' modifiers can only be specified with " in parseCommandLine()275 show_help("The 'o' modifier is only applicable to the 'x' operation"); in parseCommandLine()[all …]
105 show_help=140 show_help=yes210 if test -z "$show_help"; then
149 show_help=533 show_help=yes645 if test -z "$show_help"; then
185 routines to display.c and modified show_help to use it, since the