[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Sep 16 13:01:01 PDT 2003
Changes in directory llvm/lib/Support:
CommandLine.cpp updated: 1.37 -> 1.38
---
Log message:
Add missing apostrophe. It's been bugging me for years.
No really, years.
---
Diffs of the changes:
Index: llvm/lib/Support/CommandLine.cpp
diff -u llvm/lib/Support/CommandLine.cpp:1.37 llvm/lib/Support/CommandLine.cpp:1.38
--- llvm/lib/Support/CommandLine.cpp:1.37 Tue Sep 16 10:31:46 2003
+++ llvm/lib/Support/CommandLine.cpp Tue Sep 16 13:00:35 2003
@@ -400,7 +400,7 @@
}
if (Handler == 0) {
- std::cerr << "Unknown command line argument '" << argv[i] << "'. Try: "
+ std::cerr << "Unknown command line argument '" << argv[i] << "'. Try: '"
<< argv[0] << " --help'\n";
ErrorParsing = true;
continue;
More information about the llvm-commits
mailing list