Home | History | Annotate | Download | only in llvm-ar

Lines Matching defs:show_help

133 // show_help - Show the error message, the help message and exit.
135 show_help(const std::string &msg) {
156 show_help("Expected [relpos] for a, b, or i modifier");
165 show_help("Expected [count] value with N modifier");
172 show_help("Invalid [count] value (not a positive integer)");
178 show_help("An archive name must be specified");
261 show_help("You must specify at least one of the operations");
263 show_help("Only one operation may be specified");
265 show_help("You may only specify one of a, b, and i modifiers");
268 show_help("The 'a', 'b' and 'i' modifiers can only be specified with "
272 show_help("The 'R' modifiers is only applicabe to the 'r' operation");
274 show_help("The 'o' modifier is only applicable to the 'x' operation");
276 show_help("The 'f' modifier is only applicable to the 'q' and 'r' "
279 show_help("The 'u' modifier is only applicable to the 'r' operation");
281 show_help("Only one member name may be specified with the 'N' modifier");