Lines Matching refs:badUsage
154 [[noreturn]] static void badUsage(Twine Error) { in badUsage() function
281 badUsage("expected [count] for 'N' modifier"); in getCountParam()
284 badUsage("value for [count] must be numeric, got: " + CountParamArg); in getCountParam()
286 badUsage("value for [count] must be positive, got: " + CountParamArg); in getCountParam()
293 badUsage("an archive name must be specified"); in getArchive()
319 badUsage("cannot mix -M and other options"); in parseCommandLine()
430 badUsage(std::string("unknown option ") + Options[i]); in parseCommandLine()
449 badUsage("the 's' operation takes only an archive as argument"); in parseCommandLine()
455 badUsage("you must specify at least one of the operations"); in parseCommandLine()
457 badUsage("only one operation may be specified"); in parseCommandLine()
459 badUsage("you may only specify one of 'a', 'b', and 'i' modifiers"); in parseCommandLine()
462 badUsage("the 'a', 'b' and 'i' modifiers can only be specified with " in parseCommandLine()
466 badUsage("the 'N' modifier can only be specified with the 'x' or 'd' " in parseCommandLine()
469 badUsage("the 'o' modifier is only applicable to the 'x' operation"); in parseCommandLine()
471 badUsage("the 'u' modifier is only applicable to the 'r' operation"); in parseCommandLine()
473 badUsage("the 'L' modifier is only applicable to the 'q' operation"); in parseCommandLine()
477 badUsage("--output is only applicable to the 'x' operation"); in parseCommandLine()
1443 badUsage("an archive name must be specified"); in ranlib_main()