Lines Matching refs:badUsage
149 [[noreturn]] static void badUsage(Twine Error) { in badUsage() function
277 badUsage("expected [count] for 'N' modifier"); in getCountParam()
280 badUsage("value for [count] must be numeric, got: " + CountParamArg); in getCountParam()
282 badUsage("value for [count] must be positive, got: " + CountParamArg); in getCountParam()
289 badUsage("an archive name must be specified"); in getArchive()
315 badUsage("cannot mix -M and other options"); in parseCommandLine()
426 badUsage(std::string("unknown option ") + Options[i]); in parseCommandLine()
445 badUsage("the 's' operation takes only an archive as argument"); in parseCommandLine()
451 badUsage("you must specify at least one of the operations"); in parseCommandLine()
453 badUsage("only one operation may be specified"); in parseCommandLine()
455 badUsage("you may only specify one of 'a', 'b', and 'i' modifiers"); in parseCommandLine()
458 badUsage("the 'a', 'b' and 'i' modifiers can only be specified with " in parseCommandLine()
462 badUsage("the 'N' modifier can only be specified with the 'x' or 'd' " in parseCommandLine()
465 badUsage("the 'o' modifier is only applicable to the 'x' operation"); in parseCommandLine()
467 badUsage("the 'u' modifier is only applicable to the 'r' operation"); in parseCommandLine()
469 badUsage("the 'L' modifier is only applicable to the 'q' operation"); in parseCommandLine()
473 badUsage("--output is only applicable to the 'x' operation"); in parseCommandLine()
1507 badUsage("an archive name must be specified"); in ranlib_main()