Searched refs:badUsage (Results 1 – 1 of 1) sorted by relevance
149 [[noreturn]] static void badUsage(Twine Error) { in badUsage() function277 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()[all …]