diff options
| author | Ted Kremenek <kremenek@apple.com> | 2007-12-19 19:50:41 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2007-12-19 19:50:41 +0000 |
| commit | aff2343af37888bce768483a810a9ae065e47391 (patch) | |
| tree | 3dbfdd058cc2f585c4b2d5694b7f5cb8ba805e7d /clang/Driver/clang.cpp | |
| parent | f1be288617d196902637ad75908d9ba28be6e443 (diff) | |
| download | bcm5719-llvm-aff2343af37888bce768483a810a9ae065e47391.tar.gz bcm5719-llvm-aff2343af37888bce768483a810a9ae065e47391.zip | |
Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when
doing clang --help.
llvm-svn: 45215
Diffstat (limited to 'clang/Driver/clang.cpp')
| -rw-r--r-- | clang/Driver/clang.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index 9727e111353..259339c8c58 100644 --- a/clang/Driver/clang.cpp +++ b/clang/Driver/clang.cpp @@ -119,6 +119,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore, static llvm::cl::opt<std::string> OutputFile("o", + llvm::cl::value_desc("path"), llvm::cl::desc("Specify output file (for --serialize, this is a directory)")); static llvm::cl::opt<bool> |

