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

Lines Matching refs:show_help

137 // show_help - Show the error message, the help message and exit.
139 show_help(const std::string &msg) {
149 show_help("Expected [relpos] for a, b, or i modifier");
156 show_help("Expected options");
164 show_help("An archive name must be specified");
247 show_help("The s operation takes only an archive as argument");
253 show_help("You must specify at least one of the operations");
255 show_help("Only one operation may be specified");
257 show_help("You may only specify one of a, b, and i modifiers");
260 show_help("The 'a', 'b' and 'i' modifiers can only be specified with "
264 show_help("The 'o' modifier is only applicable to the 'x' operation");
266 show_help("The 'u' modifier is only applicable to the 'r' operation");