1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix indentation.

llvm-svn: 51782
This commit is contained in:
Mikhail Glushenkov 2008-05-30 18:53:09 +00:00
parent 23bd8d1eb2
commit da5109acd4

View File

@ -42,7 +42,7 @@ cl::list<std::string> Languages("x",
cl::desc("Specify the language of the following input files"),
cl::ZeroOrMore);
cl::opt<bool> DryRun("dry-run",
cl::desc("only pretend to run commands"));
cl::desc("only pretend to run commands"));
cl::opt<bool> VerboseMode("v",
cl::desc("Enable verbose mode"));
cl::opt<bool> WriteGraph("write-graph",