We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ccdc5 commit 50d55dcCopy full SHA for 50d55dc
llvm/tools/llvm-cat/llvm-cat.cpp
@@ -44,7 +44,7 @@ static cl::opt<std::string> OutputFilename("o", cl::Required,
44
cl::cat(CatCategory));
45
46
static cl::list<std::string> InputFilenames(cl::Positional,
47
- cl::desc("<input files>"),
+ cl::desc("<input files>"),
48
49
50
int main(int argc, char **argv) {
0 commit comments